From 01a09f57ce61056c89bdcb487ac9928120ae8d6d Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Fri, 17 May 2024 16:06:58 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9E=84=E5=BB=BA=E5=92=8C=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 构建和启动.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/构建和启动.md b/构建和启动.md index 89ae53b..7879b0f 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -4,8 +4,8 @@ ____* **Release包启动** 3. http://localhost:9080 * **IDE启动**(后端直接访问前端资源的方式) -1. `sh assembly/bin/supersonic-build.sh` 执行构建 -2. IDE本地启动Java类StandaloneLauncher +1. IDE本地启动Java类StandaloneLauncher +2. `sh assembly/bin/supersonic-build.sh webapp` 执行构建前端资源 3. http://localhost:9080 * **IDE启动**(前后端分开启动的方式) @@ -15,7 +15,7 @@ ____* **Release包启动** * **Source Code启动** 1. `sh assembly/bin/supersonic-build.sh` 执行构建 -2. `sh assembly/bin/supersonic-daemon.sh start` +2. 解压构建结果zip包, 进入bin目录, 执行`sh supersonic-daemon.sh start` 3. http://localhost:9080 PS: