From 7a921c9a00eae60b8b7e4694de5430c2eb763445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 23 Feb 2024 02:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9Bxm=E7=9A=84=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E6=9C=8D=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c90114ee..3e17302a 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,9 @@ mvn deploy # 手工发布到测试环境或者生产环境 如果是单体应用则拷贝并推送到服务器上[xm-bootstrap-2.0.0-RELEASE.jar](./xm-bootstrap/target/xm-bootstrap-2.0.0-RELEASE.jar) 如果是微服务则拷贝并推送到服务器上[xm-cloud-bootstrap-2.0.0-RELEASE.jar](./xm-cloud-bootstrap/target/xm-cloud-bootstrap-2.0.0-RELEASE.jar) + +# 启动应用(单体、cloud对jar包的引用不同,需要根据情况修改下脚本bootstrap-xm.sh,默认是单体)初次部署把./start-service/bootstrap-xm.sh拷贝到服务器上 +sh bootstrap-xm.sh ``` ### 🔔️ 特别提醒