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

IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found

时间:2017-12-04 22:23:50      阅读:329      评论:0      收藏:0      [点我收藏+]

标签:idt   measure   .net   分享图片   img   width   spec   eve   res   

Question:使用 IDEA 开发Java web项目时,在注解 @Autowired 装配 dao 时显示:Could not autowire,no beans of "XXX" type found。

Measures:① 在@Autowired 注解下面添加上 @SuppressWarnings("SpringJavaAutowiringInspection")

       ② 降低 Autowired 检测的级别,将 Severity 的级别由之前的 error 改成 warning 或其它可以忽略的级别。

       详情如下:

技术分享图片

推荐使用第一种,更合理。

踩坑参考:

    http://blog.csdn.net/u010334295/article/details/78076510

 

IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found

标签:idt   measure   .net   分享图片   img   width   spec   eve   res   

原文地址:http://www.cnblogs.com/boyce-yuan/p/7979136.html

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