新增发布流程

master
le 2 weeks ago
parent b9d3a78e26
commit 1993d3e8b3
  1. 12
      发布.md

@ -0,0 +1,12 @@
# 团险核心发布
## 全量发布
- 打包项目
- 在lis-web模块的target目录下会生成lis.war
- 将lis.war上传到服务的/app/apache-tomcat-10.1.54/webapps下
- ps -ef|grep tomcat 查找tomcat进程id,将tomcat进程杀掉 kill -9 xxxx
- 重新启动tomcat进程 sh /app/apache-tomcat-10.1.54/bin/startup.sh
- 耐心等待10分钟左右
## 增量发布
待续
Loading…
Cancel
Save