2020年12月20日
摘要: 0 课程地址: https://www.imooc.com/video/16788 1 重要知识点: 1.1 mybatis常用注解: @MapperScan mybatis扫描Mapper路径,用于springboot 启动类 @ComponentScan 扫描 所需要的包,包含自用的工具类包所在 阅读全文
posted @ 2020-12-20 21:59 菜鸟乙 阅读(143) 评论(0) 推荐(0)
摘要: 2 常见错误 2.1 mybatis 配合springboot启动,报错Field XXX required a bean of type XXX that could not be found https://blog.csdn.net/Julycaka/article/details/80622 阅读全文
posted @ 2020-12-20 16:31 菜鸟乙 阅读(226) 评论(0) 推荐(0)