新版idea编译报错Inspection ‘Incorrect injection point autowiring in Spring bean components‘ optionsChange

一:问题

问题:创建项目注入bean时一直显示报错提示Inspection 'Incorrect injection point autowiring in Spring bean components' options
Change access modifier

新版idea编译报错Inspection ‘Incorrect injection point autowiring in Spring bean components‘ optionsChange_第1张图片

二:分析

问题分析:其实是idea编译的一种bug,可以正常运行,但是呢对于git等等就会有影响,所以我们把这个跟换成警告就可以了

三:解决

解决步骤:点击file—>setting—>editor—>inspections—>找到 incorrect injection point autowiring in Spring bean compoments—>将Error 改成Warnging

新版idea编译报错Inspection ‘Incorrect injection point autowiring in Spring bean components‘ optionsChange_第2张图片

最后点击apply应用一下

新版idea编译报错Inspection ‘Incorrect injection point autowiring in Spring bean components‘ optionsChange_第3张图片

稍等几秒就可以了

问题解决

你可能感兴趣的:(intellij-idea,spring,java)