linux spring boot 脚本
ps -ef | grep java | grep "项目名称" | cut -c 9-15 | xargs kill -s 9
nohup java -jar /opt/server/xxxx.jar --spring.profiles.active=pro > xxxx.log &
linux spring boot 脚本
ps -ef | grep java | grep "项目名称" | cut -c 9-15 | xargs kill -s 9
nohup java -jar /opt/server/xxxx.jar --spring.profiles.active=pro > xxxx.log &