IntelliJ IDEA中出现could not auto wired错误提示处理方式
程序可以正常运行,就是出现错误提示;
学习了:http://blog.csdn.net/xlxxybz1314/article/details/51404700
在IntelliJ IDEA中,ctrl+alt+S召唤出配置,左侧选择Editor>Inspections,右侧筛选一下 autowiring,
选择Autowiring for Bean class,警告基本修改为warning,就可以了;