一、问题描述
在Idea的springboot工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。但程序的编译和运行都是没有问题的。
二、问题原因
该问题是由于Spring的自动检测级别导致的
三、解决
在设置里面找到spring code的自动检测级别,将error级别改为waring级别即可
2023-10-06 23:42:16
一、问题描述
在Idea的springboot工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。但程序的编译和运行都是没有问题的。
二、问题原因
该问题是由于Spring的自动检测级别导致的
三、解决
在设置里面找到spring code的自动检测级别,将error级别改为waring级别即可