After you run gradle bootRun --debug-jvm
the application is suspended until you connect your debugger to the port it is listening on (port 5005).
After you run gradle bootRun --debug-jvm
the application is suspended until you connect your debugger to the port it is listening on (port 5005).