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"
Comments
Post a Comment