明亮河马

文章
6
资源
0
加入时间
2年10月21天

springboot 启动jar脚本

#!/bin/bash#这里可替换为你自己的执行程序,其他代码无需更改,使用绝对路径是为了jps的时候有名称APP_NAME_RAW=cuanhuo-0.0.1-SNAPSHOT.jarcur_dir=$(cd "$(dirname "$0")"; pwd)APP_NAME=$cur_dir/$APP_NAME_RAW#使用说明,用来提示输入参数usage() { echo "Usage: sh 执行脚本.sh [start|stop|re