Starting Spring Boot Application in Debug mode
Start the Spring boot application with the following jvm argument. mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
Developer and Software Architecture Blog containing code snippets and knowledge gained from development experiences.