IDEA中报错:
Could not autowire. No beans of 'Iface' type found. less... (Ctrl+F1)
Inspection info:Checks autowiring problems in a bean class.
解决方案:
需要在 Intellij Idea中设置一下:
Settings - Editor - Inspections - Spring - Spring Core - Code - Autowiring for Bean Class - disable(好像是把√去掉)再保存```