Spring bean通过@Autowired注入,spring auto scan配置,在编辑情况下,无法找不到对应的bean,于是提示找不到对应bean的错误。
但build项目是能正常运行的。
可在File -- Settings -- Inspections。在Spring Model -- Autowring for Bean Class 中,
将Severity的级别由之前的error改成warning。
Posted 街机玩家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij Idea @Autowired取消提示相关的知识,希望对你有一定的参考价值。
Spring bean通过@Autowired注入,spring auto scan配置,在编辑情况下,无法找不到对应的bean,于是提示找不到对应bean的错误。
但build项目是能正常运行的。
可在File -- Settings -- Inspections。在Spring Model -- Autowring for Bean Class 中,
将Severity的级别由之前的error改成warning。
以上是关于Intellij Idea @Autowired取消提示的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found
解决Intellij IDEA中Mybatis Mapper自动注入警告
Intellij IDEA中Mybatis Mapper自动注入警告的6种解决方案