org.springframework.beans.factory.UnsatisfiedDependencyException:

在SpringBoot中使用MyBatis-plus时,出现上述错误,

解决方法:

在 主类上添加@MapperScan注解,如下:

如果还没解决,那就检查你 Service层、Controller层是否添加了@Service、@RestController或@Controller注解。

你可能感兴趣的:(java,开发语言)