- 问题描述
用IDEA创建springboot项目,编写测试类执行失败。
Error creating bean with name 'userServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean
- 产生原因和解决方案
安装的mybatis-plus版本过高,将其改为3.5.1,即可正常运行。