服务器的部署
2017-12-18 本文已影响0人
MangoDai
-
同步项目到最新版本
git pull
-
编译项目生成字节码
mvn clean install
-
通过各种方法上传文件
winscp
-
关闭容器
service tomcat stop
-
替换字节码文件
-
启动文件
service tomcat start
同步项目到最新版本
git pull
编译项目生成字节码
mvn clean install
通过各种方法上传文件
winscp
关闭容器
service tomcat stop
替换字节码文件
启动文件
service tomcat start