错误:Mybatis-plus 集成springboot报错 Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
原因:mapper层未加@Mapper注解
改正:加上@Mapper注解
结果:运行成功!
相关文章:
错误:Mybatis-plus 集成springboot报错 Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
原因:mapper层未加@Mapper注解
改正:加上@Mapper注解
结果:运行成功!
相关文章: