My Spring Boot webapp is running just fine, and I\'d like to debug it through Eclipse.
Spring Boot
So when launching my Remote Java Application debugger, which port
Easier solution:
Instead of typing mvn spring-boot:run, simply type mvnDebug spring-boot:run
mvn spring-boot:run
mvnDebug spring-boot:run
You will still need to attach the debugger in Eclipse by making a new Debug Configuration for a "Remote Java Application" on the relevant port.