赞
踩
在普通启动命令之前是
java -jar xxx.jar
# 或者
java -jar /xxx.jar --spring.config.location=/opt/config/application.yml
# 或者后台运行
nohup java -jar /xxx.jar --spring.config.location=/opt/config/application.yml &
如果要进行远程调试需要添加
nohup java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar /xxx.jar --spring.config.location=/opt/config/application.yml &
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。