jrebel远程热部署,远程调试spring boot2.0

jrebel**安装请移步:https://blog.csdn.net/songfei_dream/article/details/90921505

将下载的文件解压到服务器目录

 

远程debug配置:

服务端脚本为:

java  "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"  "-agentpath:/home/myuser/download/jrebel/lib/libjrebel64.so" -Drebel.remoting_plugin=true -jar -Dserver.port=9013 -Dspring.profiles.active=prod  web.jar

 

启动远程调试。

 

 

启动热更新