I am upgrading a Spring Boot application from version 1.5.6 to 2.1.1. When I start the application, it gets stuck at this line:
INFO: Initializing Spring DispatcherServlet 'dispatcherServlet'
When I hit this URL: http://localhost:8888/actuator/health, I get {"status":"UP"}
Also when I hit this URL: http://localhost:8888/swagger-ui.html, I see the Swagger UI.
But my main application doesn’t start. Any idea why it’s stuck?