SyntaxFix
Write A Post
Hire A Developer
Questions
Run below command where pom.xml is placed:
pom.xml
mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
And start your remote java application with debugging option on port 5005
5005