idea报错could not autowired .但是可以正常运行
Posted zipon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea报错could not autowired .但是可以正常运行相关的知识,希望对你有一定的参考价值。
转 http://www.cnblogs.com/softidea/p/5763285.html
解决办法:
File-->Project Setting-->Facets-->Spring右键删掉
因为创建项目的时候,都是先创建空项目再创建web moduele(你想直接创建web project也可以),一般不会使用spring组件。都是自己配置的。
这时候你要是不小心手滑(手滑原因:因为idea对你spring的配置文件会在上方报警告,然后你一fix,就容易出事),那就会报错无法Autowired。
所以你只要删掉你手滑添加的就可以
以上是关于idea报错could not autowired .但是可以正常运行的主要内容,如果未能解决你的问题,请参考以下文章
分享知识-快乐自己:intellij Idea报错Could not autowire. No beans of...
IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found
解决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
spring boot+mybatis注解使用方式(无xml配置)设置自动驼峰明明转换(),IDEA中xxDao报错could not autowire的解决方法