Idea的springboot工程里,经常会遇到Could not autowire的问题

一、问题描述

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

Idea的springboot工程里,经常会遇到Could not autowire的问题

二、问题原因

该问题是由于Spring的自动检测级别导致的

三、解决

在设置里面找到spring code的自动检测级别,将error级别改为waring级别即可

Idea的springboot工程里,经常会遇到Could not autowire的问题

上一篇:Android Bug: Could not install Gradle distribution from


下一篇:maven webapp项目时报错:Could not resolve archetype org