Note that the debug options should be passed to the maven spring-boot:run configuration as
-Dspring-boot.run.jvmArguments="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
To test:
- start mvn springboot:run goal with the debug options
- run the remote debug configuration in debug mode
- run the http request
Or:
- start mvn springboot:run goal with the debug options
- use Attach debugger... inlay in console
- run the http request