码迷,mamicode.com
首页 > 编程语言 > 详细

spring boot重启脚本

时间:2018-12-30 17:32:15      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:grep   jar   ash   kill   gre   cat   启动权限   art   ati   

  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 &

spring boot重启脚本

标签:grep   jar   ash   kill   gre   cat   启动权限   art   ati   

原文地址:https://www.cnblogs.com/bincoding/p/10199805.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!