问题截图

IDEA提示Could not autowire. No beans of ‘xxxx‘ type found问题解决
这个是IDEA编辑器的问题,代码不影响,但是有强迫症的话,看着不舒服

问题解决

方法一:
加上那个@Resource,就不会报错了
IDEA提示Could not autowire. No beans of ‘xxxx‘ type found问题解决
方法二:
降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以忽略的级别。
IDEA提示Could not autowire. No beans of ‘xxxx‘ type found问题解决

相关文章: