maven 打包jar命令 输入命令:mvn package -Dmaven.test.skip=true 打包命令。 Linux系统运行jar包项目 nohup java -jar demo-0.0.1-SNAPSHOT.jar & 查看jar运行日志 tail -f nohup.out