Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.的解决方法

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.的解决方法

 

问题截图:

 

 

 

 解决方法:

在pom.xml中的依赖中加入mybatis-spring-boot-starter依赖:

        <dependency>
            <groupId>org.mybatis.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter</artifactId>
            <version>2.2.2</version>
        </dependency>    

最后记得刷新maven包!!!

 

 重新启动程序。

 

显示程序启动成功。

 

 

 

 问题解决!

 

 

 

参考博客:

https://blog.csdn.net/lgj860123/article/details/90949722

 

 

 
posted @ 2022-03-22 20:36  临易  阅读(2143)  评论(0编辑  收藏  举报