From 1993d3e8b37c56cbafeddb31c81d4ffd37ffbbab Mon Sep 17 00:00:00 2001 From: le Date: Tue, 12 May 2026 14:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 发布.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 发布.md diff --git a/发布.md b/发布.md new file mode 100644 index 00000000..d7d91eab --- /dev/null +++ b/发布.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分钟左右 + +## 增量发布 +待续 \ No newline at end of file