摘要: 参考链接1:前后端的分离模式 参考链接2:浅谈前后端分离开发模式 参考链接3:前后端分离开发模式介绍 阅读全文
posted @ 2021-03-23 21:34 rainbow70626 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 在做一个SpringBoot项目的时候在Dao层使用了@Repository注解然后报了这个错: Description: Field userService in com.example.demo.Three.controller.UserController required a bean of 阅读全文
posted @ 2021-03-23 21:17 rainbow70626 阅读(191) 评论(0) 推荐(0) 编辑
摘要: SSM或Spring Boot开发中,mapper包中的mapper.xml没有编译到targger中的解决办法 在pom文件中加入如下配置: <resources> <!-- 编译之后包含xml --> <resource> <directory>src/main/java</directory> 阅读全文
posted @ 2021-03-23 21:05 rainbow70626 阅读(222) 评论(0) 推荐(0) 编辑