spring boot重啓腳本

  1. jar包同目錄添加 start.sh
  2. 添加啓動權限chmod 755 start.sh
  3. ./start.sh
ps -ef|grep test |grep -v grep|awk '{print $2}'|xargs kill
nohup java -jar test.jar --spring.config.location=./application.properties,./properties2.properties,./properties3.properties &
相關文章
相關標籤/搜索