查询 springboot-hello.war 进程,并自动终止
ps -ef | grep java | grep springboot-hello.war ps -ef | grep java | grep springboot-hello.war | cut -c 9-17 ps -ef | grep java | grep springboot-hello.war | cut -c 9-17 | xargs kill -9
执行结果:

查询 springboot-hello.war 进程,并自动终止
ps -ef | grep java | grep springboot-hello.war ps -ef | grep java | grep springboot-hello.war | cut -c 9-17 ps -ef | grep java | grep springboot-hello.war | cut -c 9-17 | xargs kill -9
执行结果: