Linux下部署 jar包 1.通过xftp把jar包上传到服务器 2.进入jar包所在目录,执行命令 nohup java -jar xxx.jar > nohup.out 2>&1 & 查看进程,杀死进程命令 ps -ef|grep java kill -9 端口号