码迷,mamicode.com
首页 > 移动开发 > 详细

【spring boot】mybatis启动报错:Consider defining a bean of type 'com.newhope.interview.dao.UserMapper' in your configuration.

时间:2018-02-25 00:13:23      阅读:27724      评论:0      收藏:0      [点我收藏+]

标签:ida   eal   ror   through   expected   field   standard   deb   cep   

启动报错:

2018-02-24 22:41:00.442  WARN 2952 --- [           main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userController‘: Unsatisfied dependency expressed through field ‘userService‘; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userServiceImpl‘: Unsatisfied dependency expressed through field ‘userMapper‘; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.newhope.interview.dao.UserMapper‘ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2018-02-24 22:41:00.444  INFO 2952 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2018-02-24 22:41:00.465  INFO 2952 --- [           main] utoConfigurationReportLoggingInitializer : 

Error starting ApplicationContext. To display the auto-configuration report re-run your application with ‘debug‘ enabled.
2018-02-24 22:41:00.564 ERROR 2952 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field userMapper in com.newhope.interview.service.impl.UserServiceImpl required a bean of type ‘com.newhope.interview.dao.UserMapper‘ that could not be found.


Action:

Consider defining a bean of type ‘com.newhope.interview.dao.UserMapper‘ in your configuration.

 

 

解决方案:

https://www.cnblogs.com/JealousGirl/p/bean.html

 

====================================

未完结

【spring boot】mybatis启动报错:Consider defining a bean of type 'com.newhope.interview.dao.UserMapper' in your configuration.

标签:ida   eal   ror   through   expected   field   standard   deb   cep   

原文地址:https://www.cnblogs.com/sxdcgaq8080/p/8467965.html

(14)
(3)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!