springboot 有bean(mapper、service)却找不到bean的问题解决方案
解决方案1在service的实现类添加@Service解决方案2在mapper接口添加@Mapper。如果mapper接口使用@Repository,需要在Application中添加@MapperScan(“com.mapper”)解决方案3在项目的maven包中添加一下依赖<dependency><groupId>org.myb...
·
更多推荐
已为社区贡献1条内容
所有评论(0)