Error starting ApplicationContext. To display the conditions report re-run your application with �


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.bootgroupId>
            <artifactId>mybatis-spring-boot-starterartifactId>
            <version>2.2.2version>
        dependency>    

最后记得刷新maven包!!!

 重新启动程序。

显示程序启动成功。

 

 问题解决!

参考博客:

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