ApplicationContext 报错

Could not autowire. No beans of 'ApplicationContext' type found. less... (Ctrl+F1)
Inspection info:Checks autowiring problems in a bean class.

报错

在Idea的spring工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。但程序的编译和运行都是没有问题的,这个错误提示并不会产生影响。
原因可能有两个,
第一个是IntellijIDEA本身工具的问题。
第二个便是我们导入@ApplicationContext包的时候导入包错误造成的

我这里就是第二个原因,导包错误。


解决方法.png

你可能感兴趣的:(ApplicationContext 报错)