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

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM