How to debug Spring Boot application with Eclipse?

后端 未结 13 2505
星月不相逢
星月不相逢 2020-12-04 07:04

My Spring Boot webapp is running just fine, and I\'d like to debug it through Eclipse.

So when launching my Remote Java Application debugger, which port

13条回答
  •  时光说笑
    2020-12-04 07:15

    Why don't you just right click on the main() method and choose "Debug As... Java Application"?

提交回复
热议问题