intellij idea里神坑的@autowire
Posted jiaxiaoyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了intellij idea里神坑的@autowire相关的知识,希望对你有一定的参考价值。
当你写完项目的时侯serviceimpl层下的@autowire->对应的是dao层的注入,其下面会出现一条红线
在Intellij Idea开发工具在@Autowired或者@Resource注入XxxMapper接口时报如下错误:
Could not autowire. No beans of ‘XxxMapper’ type found. less… (Ctrl+F1)Checks autowiring problems in a bean class.
解决办法有在 Intellij Idea中设置里:
Settings - Editor - Inspections - Spring - Spring Core - Code - Autowiring for Bean Class - disable(把√去掉)。
以上是关于intellij idea里神坑的@autowire的主要内容,如果未能解决你的问题,请参考以下文章
Intellij IDEA 如何去掉 @Autowired 注入警告
新进java坑的小白;使用IntelliJ IDEA 2016搭建多模块项目;折磨人的过程
IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found
分享知识-快乐自己:intellij Idea报错Could not autowire. No beans of...
IntelliJ Idea解决Could not autowire. No beans of 'xxxx' type found的错误提示
IntelliJ Idea取消Could not autowire. No beans of 'xxxx' type found的错误提示