idea远程debug SpringBoot项目

idea中Run->Edit Configurations...

idea远程debug SpringBoot项目

 填写name Host port 

idea远程debug SpringBoot项目

点击Apply即可;

在远程服务启动的时候  运行SringBoot时 加上

-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
示例:
java -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 springboot-XXX-1.0-SNAPSHOT.jar

  剩下的部署跟你本地debug的是一样的



 

上一篇:Python 多进程批量管理主机;


下一篇:使用java连接elasticsearch