idea出现Could not autowire. No beans of 'XXX' type found.
解决方法:
idea的spring注入bean出现上述错误,导致红色波浪线,去除idea对spring注入的bean检测即可。
file--》setting--》Inspections--》Spring Core--》Code--》选择Autowiring for Bean Class-->把右边的Severity右Error改为Warning
idea出现Could not autowire. No beans of 'XXX' type found.
解决方法:
idea的spring注入bean出现上述错误,导致红色波浪线,去除idea对spring注入的bean检测即可。
file--》setting--》Inspections--》Spring Core--》Code--》选择Autowiring for Bean Class-->把右边的Severity右Error改为Warning
有建议,请留言!