运行springboot项目报错:Field userMapper in X…

2019-10-25 07:14:25来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

运行springboot项目报错:

***************************

APPLICATION FAILED TO START

***************************

Description:

Field userMapper in com.whohim.springboot.service.impl.UserServiceImpl required a bean of type 'com.whohim.springboot.dao.UserMapper' that could not be found.

Action:

Consider defining a bean of type 'com.whohim.springboot.dao.UserMapper' in your configuration.

Process finished with exit code 0

在项目启动类加上下面注解即可(扫描对应的mapper包)

 


原文链接:https://www.cnblogs.com/share-record/p/11735931.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Tomcat源码分析三:Tomcat启动加载过程(一)的源码解析

下一篇:eclipse安装sts