【SpringBoot_mybatis】启动报错Consider defining a bean of type ‘xxx.mapper.xxxMapper‘in your configuration
而不是使用的注解==@Repository==
·
Problems
2023-04-10 12:20:49:611 ERROR 9932 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field userMapper in com.xxx.service.impl.xxxServiceImpl required a bean of type 'com.xxx.mapper.xxxMapper' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.xxx.mapper.xxxMapper' in your configuration.
Process finished with exit code 1
Action:
Consider defining a bean of type ‘com.xxx.mapper.xxxMapper’ in your configuration.
Solution
注意springboot 与 mybatis 继承??需要在xxxMapper类上添加注解@Mapper
而不是使用的注解==@Repository==
注意一下吧,我不细心两次了呜呜~~~感谢阅读,点赞转发收藏再走吧嘻嘻~
更多推荐
已为社区贡献2条内容
所有评论(0)