IDEA出现Could not autowire. No beans of 'xxx' type found.解决

Posted zilongmao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA出现Could not autowire. No beans of 'xxx' type found.解决相关的知识,希望对你有一定的参考价值。

技术图片


Plan A

File → Project Structure...

技术图片

Facets → Spring → 右键删除即可

技术图片


Plan B

File → Settings → Editor → Inspections → Spring

技术图片

把Mixed换成Warning即可。


Plan C

settings → inspections → spring → spring core → code → autowiring for bean class,右键替换成 warning

技术图片


技术图片

以上是关于IDEA出现Could not autowire. No beans of 'xxx' type found.解决的主要内容,如果未能解决你的问题,请参考以下文章

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

IDEA mybatis 在service无法使用@Autowired , could not autowire

解决IDEA报错Could not autowire. There is more than one bean of 'xxx' type

解决IDEA报错Could not autowire. There is more than one bean of 'xxx' type

idea报错could not autowired .但是可以正常运行

spring注解方式 idea报could not autowire,eclipse却没有问题