Skip to content
Advertisement

Spring Boot Application not starting. Error: Stopping Service [Tomcat]

I am not able to run my Spring Boot application with embedded Tomcat. It was working fine till now and I did not make any changes in configuration. When i run the application as Spring Boot App in eclipse the tomcat stops immediately during startup.

JavaScript

I tried restarting machine, eclipse, refreshing project, recreate the .m2 repositories but it did not help me solve the problem.

Below is my configuration information:

Main Class

JavaScript

Pom.xml

JavaScript

Application.properties

JavaScript

Advertisement

Answer

The error you get seems related to SLF4J

Try adding the below dependencies in your pom.xml

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement