nohup java -jar spring-boot-10-bill-0.0.1-SNAPSHOT.jar --server.port=80 &
查看进程:ps -ef|grep java
杀掉进程:
kill -9 5023