黑马程序员苍穹外卖(新手) DAY3

公共字段自动填充

问题:代码冗余,不便于后期维护
自定义注解AutoFill,用于标识需要需要进行公共字段填充的方法

自定义切面AutoFillAspect,统一拦截加入了AutoFill注解的方法, 通过反射为公共字段赋值

在Mapper的方法上加入AutoFill注解

serviceImpl

技术点:枚举,注解,AOP,反射

新增菜品

文件上传

yml

dev-yml

OssConfiguration

CommonController

无法显示图片需要在阿里云上设置公共读

新增菜品

Dishcontroller

Dishservice

Dishcontroller

DishServiceImpl

DishMapper

DishMapper.xml

DishServiceImpl

DishFlavorMapper

DishServiceMapper

DishFlavorMapper

DishFlavorMapper.xml

DishServiceImpl

DishMapper

DishServiceImpl

功能测试

菜品分页查询

Discotroller

DishService

DishServiceImpl

删除菜品

代码实现

DishController

判断菜品是否能够删除

DishServiceImpl

DishMapper

DishServiceImpl

当前菜品是否被套餐关联

SetMealDishMapper

DishServiceImpl

SetMealDishMapper.xml

删除菜品表中菜品数据

DishServiceImpl

DishMapper

删除关联的口味数据

DishServiceMapper

DishMapper

修改菜品

代码开发

DishController

DishService

跟据id查询菜品数据

DishServiceImpl

根据菜品id查询口味

DishServiceImpl

DishFlavorMapper

将查询到的数据封装到VO

DishServiceImpl

修改

DishCotroller

DishService

修改菜品表基本信息

DishServiceImpl

DishMapper

DishMapper.xml

删除原有的口味数据

DishServiceImpl

重新插入口味数据

DishServiceImpl

相关推荐
橙露14 小时前
Python 对接 API:自动化拉取、清洗、入库一站式教程
开发语言·python·自动化
Omigeq14 小时前
1.4 - 曲线生成轨迹优化算法(以BSpline和ReedsShepp为例) - Python运动规划库教程(Python Motion Planning)
开发语言·人工智能·python·算法·机器人
2301_8084143814 小时前
自动化测试的实施
开发语言·python
CheerWWW14 小时前
C++学习笔记——栈内存与堆内存、宏、auto、std::array
c++·笔记·学习
波波00714 小时前
写出稳定C#系统的关键:不可变性思想解析
开发语言·c#·wpf
成为大佬先秃头14 小时前
前后分离项目:整合JWT+Shiro
java·springboot·shiro·jwt
y = xⁿ14 小时前
【Leet Code 】滑动窗口
java·算法·leetcode
不懂的浪漫14 小时前
# mqtt-plus 架构解析(八):Spring Boot 自动装配,这些零件是怎么被粘合起来的
spring boot·后端·物联网·mqtt·架构
day day day ...14 小时前
MyBatis条件误写引发的查询条件污染分析与防范
java·服务器·tomcat
dr_yingli14 小时前
fMRI(3-1)报告(个体化报告)生成器说明
开发语言·matlab