nohup java -Dserver.port=8087 -Dspring.config.location=application-generic.yml -jar ${APP_HOME}/${APP_NAME} >/dev/null 2>&1

nohup java -Dserver.port=8087 -Dspring.config.location=application-generic.yml  -jar ${APP_HOME}/${APP_NAME} >/dev/null 2>&1

#-Dserver.port为指定端口启动

#-Dspring.config.location为指定spring配置文件的位置 

posted @ 2020-07-08 14:35  Curedfisher  阅读(1045)  评论(0编辑  收藏  举报