远程启动服务

java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5503 -jar  xxxx.jar#5503 是监听端口号idea配置远程启动

测试