Spring Boot Startup Error: Error starting ApplicationContext. To display the conditions report re-run your app

2021-12-27 10:02:47.548 ERROR 5376 — [           main] o.s.b.d.LoggingFailureAnalysisReporter   :

If you have not connected to the database at the beginning of the configuration, comment out the database dependency and refresh it.

Project startup: After commenting out mybatis and re-updating the configuration, you will be able to see the content to be returned

Similar Posts: