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

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐