码迷,mamicode.com
首页 > 其他好文 > 详细

IDEA解决"Could not autowire. No beans of 'xxxx' type found"的错误提示

时间:2018-11-07 21:39:54      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:解决办法   boot   扫描   注解   开发   repos   idea   创建   整合   

使用IDEA开发Spring Boot项目的时候,利用注解的方式整合Mybatis。在运行的时候有可能会出现"Could not autowire. No beans of ‘xxxx‘ type found"的错误提示,这个提示的意思就是没有找到该类型的bean,也就是说创建dao层的实例失败。

这种情况一般是配置注解的时候没有扫描到mapper层,但是有的时候明明路径配置没有问题还是会出现这个问题,这个时候有可能是因为IDEA本身的问题。

解决办法是在mapper层添加注解@Repository

这个问题的原因还不清楚,之后了解清楚后会进行补充...

IDEA解决"Could not autowire. No beans of 'xxxx' type found"的错误提示

标签:解决办法   boot   扫描   注解   开发   repos   idea   创建   整合   

原文地址:https://www.cnblogs.com/EdenChanIy/p/9925732.html

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