Appearance
下面介绍新服务器如何部署项目。
更新包索引
sudo apt update
sudo apt install openjdk-8-jdk
nohup java -jar xxx.jar > xxx.out &
查看是否运行成功
vim xxx.out