01,Could not autowire. No beans of 'UserMapper' type found 01.1,问题描述,通过反射动态实现的接口在调用时会出现以上提示,常见的如 ORM 框架的 Dao 层 01.2,该错误不是代码问题,可以手动关闭该错误 01.3,Settings - Editor - Inspections - Spring - Spring Core - Code - Autowiring for Bean Class 01.4,去掉方括号里面的勾选 02,