kingpong

博客园 首页 新随笔 联系 订阅 管理

@Autowired注解下    Could not autowire. No beans of 'UserMapper' type found. 无法自动连线。找不到“UserMapper”类型的bean  提示类似报错爆红状态

解释一下这不是错误,旧版本的一种提示红色,新版本会提示黄颜色。

即使不解决提示颜色也会代码正常编译运行(前提不是真正自动注入错误)

解决方案如下:

1.打开Settings设置

 

2.依次打开 Editor  > Inspections > Spring > Spring Core >  Code > Autowired for bean class   取消对钩  

最后一定保存设置

posted on 2022-07-23 20:44  WangdaFish  阅读(39)  评论(0编辑  收藏  举报