不中断的启动,使用
nohup 命令
例如
nohup java -jar XXX.jar --spring.profiles.active=dev
ps -ef | grep java kill -9 进程ID
ps -ef | grep java
kill -9 进程ID