环境:Spring Tool Suite、SpringBoot 2.0.4、Maven、Linux
步骤:
1、在工程上右键,Run As ->Maven clean,清理工程。
2、在工程上右键,Run As -> Maven install,即可得到jar包。
3、把jar包上传到服务器。运行。
[root@dsj6 ~]# nohup java -jar webDeploy-1.1.0.jar >webDeploy.log &
[1] 21396
[root@dsj6 ~]# nohup: ignoring input and redirecting stderr to stdout
[root@dsj6 ~]#