intellij Idea报错Could not autowire. No beans of...

intellig idea 使用@Resource或者@Autowire报错,出现红色波浪线;

虽然不影响使用,但是看着很不爽,所以还是解决了下:

报错提示:

Could not autowire. No beans of ‘’ type found. less… (Ctrl+F1) Checks autowiring problems in a bean class.

解决方法:

Settings - Editor - Inspections - Spring - Spring Core - Code - Autowiring for Bean Class 勾去掉


原文:https://blog.csdn.net/qq_14987873/article/details/53635635

猜你喜欢

转载自blog.csdn.net/qq_39428789/article/details/86432907