From a83e4c210f4b0218b268fbee6450cfd71c9219ca Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Wed, 20 Dec 2023 15:48:23 +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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/构建和启动.md b/构建和启动.md index c519512..42d4aaa 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -9,10 +9,9 @@ 3. http://localhost:9080 * **IDE启动**(前后端分开启动的方式) -1. `sh assembly/bin/supersonic-build.sh` 执行构建 -2. IDE本地启动Java类StandaloneLauncher -3. 进入webapp目录,执行`sh start-fe-dev.sh`直接启动前端服务 -4. http://localhost:9000 **注意这里是9000端口** +1. IDE本地启动Java类StandaloneLauncher +2. 进入webapp目录,执行`sh start-fe-dev.sh`直接启动前端服务 +3. http://localhost:9000 **注意这里是9000端口** * **Source Code启动** 1. `sh assembly/bin/supersonic-build.sh` 执行构建