2019年8月23日
摘要: 1 事物管理 在service层​ 在开启事物的方法上添加@Transactional 注解即可 ​ 如果springBoot版本是2.0以下​ 需要 在启动类上添加注解@EnableTransactionManagement一般情况下启动类有两个注解: 阅读全文
posted @ 2019-08-23 15:48 来呀~快活啊 阅读(130) 评论(0) 推荐(0)
摘要: 控制台报错: Description: Field userMapper in cn.dingyi.controller.UserController required a bean of type 'cn.dingyi.mapper.UserMapper' that could not be fo 阅读全文
posted @ 2019-08-23 15:27 来呀~快活啊 阅读(147) 评论(0) 推荐(0)