Could not autowire. No beans of 'xxxx' type found的错误

在Idea的spring工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。但程序的编译和运行都是没有问题的,这个错误提示并不会产生影响。

原因在于spring auto scan配置。在编辑情况下,无法找不到对应的bean,于是提示找不到对应bean的错误。常见于mybatis的mapper。只要修改工程的配置即可,如下图所示:

Could not autowire. No beans of 'xxxx' type found的错误

上一篇:jdk1.8降级 至 1.7


下一篇:严重: The web application [] registered the JDBC driver 错误