idea配置

IDEA远程Debug SpringBoot项目
host:服务器ip


port:没有使用的端口
IDEA远程Debug SpringBoot项目

测试服上命令启动项目

ps -ef|grep meilv-live

kill -9 xxx

netstat -anp | grep 9034(项目端口) //判断项目端口和实际端口是否被占用
                                
/usr/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8088(idea配置的实际端口) -jar meilv-live.jar

IDEA远程Debug SpringBoot项目

相关文章:

  • 2021-09-29
  • 2021-12-25
  • 2021-12-17
  • 2021-08-16
  • 2021-05-13
  • 2021-05-04
  • 2021-05-14
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2021-08-29
  • 2021-07-24
  • 2021-12-10
  • 2022-12-23
  • 2021-09-08
相关资源
相似解决方案