摘要:
@RestController @RequestMapping("/category") @Slf4j public class CategoryController { @Autowired private CategoryService categoryService; /** * 新增分类 * 阅读全文
posted @ 2023-03-23 10:23
大灰狼21
阅读(20)
评论(0)
推荐(0)
摘要:
超那个employee的就行,注解啦,实现/继承啦 阅读全文
posted @ 2023-03-23 10:13
大灰狼21
阅读(19)
评论(0)
推荐(0)
摘要:
不同controller的save等方法,都要写更新时间,更新人等重复字段,单独拎出来写让他自动填充 这样update和save,更新和插入方法就不用在里面写重复的代码了 而拎出来的公共字段填充类的写法 package com.itheima.reggie.common; import com.ba 阅读全文
posted @ 2023-03-23 09:26
大灰狼21
阅读(58)
评论(0)
推荐(0)