解决:IntelliJ IDEA Could not autowire. No beans of 'xxxx' type found问题

末鹿安然 提交于 2020-12-17 06:10:00

问题描述: 在idea进行开发中我们总会遇到提示Could not autowire. No beans of 'xxxx' type found.. 但是看总工程又没有报错提示,仅仅是在实际java文件中飙红,对于拥有强迫症的人来说很难受(小编就拥有强迫症),虽然没报错但是心理不得劲,就要解决了他

IntelliJ IDEA解决Could not autowire. No beans of

问题原因:idea中针对Autowired检测级别过高

解决方案:降低idea中Autowired检测级别。打开idea的配置 在Editor >> Inspections >> Spring >> Spring Core >> Code >>Autowiring for Bean Class 把Serverity级别由Error改编为Warning >> Apply >> OK 查看效果

IntelliJ IDEA解决Could not autowire. No beans of

IntelliJ IDEA解决Could not autowire. No beans of

IntelliJ IDEA解决Could not autowire. No beans of

总结: idea初始默认级别为Erroe,但是这个并不影响编码,如果有强迫症的小伙伴可以针对降级处理来解决这个问题,减少爆红提示

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!