From 6be1fe462acd1b395794ecfc96de01926daf15f7 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Wed, 13 Sep 2023 13:09:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/构建和启动.md b/构建和启动.md index 7c84dd3..a2187d9 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -4,7 +4,7 @@ ### 系统启动 * **Release包启动** 1. 下载最新release包 -2. `sh assembly/bin/supersonic-daemon.sh` +2. `sh assembly/bin/supersonic-daemon.sh restart` 3. http://localhost:9080 * **IDE启动**(默认已构建好)(后端直接访问前端资源的方式) @@ -19,7 +19,7 @@ 4. http://localhost:9000 **注意这里是9000端口** * **Source Code启动**(默认已构建好) -1. `sh assembly/bin/supersonic-daemon.sh` +1. `sh assembly/bin/supersonic-daemon.sh restart` 2. http://localhost:9080 PS: