--关闭客户端依然进程存在java
nohup java -jar spring-boot-hello-1.0.jar 1>/dev/null 2>&1 &spring
--Ctrl+C后不会消失spring-boot
java -jar spring-boot-hello-1.0.jar &进程