@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 取消对钩
最后一定保存设置