I am working on spring app and need to step through a controller method to see how it works. I am working in eclipse and building my app with gradle bootRun co
gradle bootRun
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).
gradle bootRun --debug-jvm