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==

注意一下吧,我不细心两次了呜呜~~~感谢阅读,点赞转发收藏再走吧嘻嘻~

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐