You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 团险核心发布
|
|
|
|
## 全量发布
|
|
- 打包项目
|
|
- 在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分钟左右
|
|
|
|
## 增量发布
|
|
待续 |