1、利用maven打包
maven project --> clean --> install
2、云服务器上启动
nohup java -jar /xxx/xxx/xxx.jar >/dev/null 2>&1 &
/dev/null是一个虚拟的空设备
2>&1 表示将标准错误重定向到标准输出