From 45c39ed7c89ff4922bceb984f337948ded2ad87e Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Tue, 12 Sep 2023 15:39:07 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E7=B3=BB=E7=BB=9F=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 系统构建.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/系统构建.md b/系统构建.md index 16d359f..63c30e8 100644 --- a/系统构建.md +++ b/系统构建.md @@ -1,4 +1,4 @@ -目前可支持两种构建方式, 分别为Standalone和的Distributed构建方式 +目前可支持三种构建方式, 分别为Standalone、Distributed和IDE构建方式 ### Standalone 执行assembly/bin/build-standalone.sh脚本即可 @@ -7,6 +7,10 @@ 分别执行assembly/bin/build-semantic.sh和assembly/bin/build-chat.sh脚本 +### IDE +执行assembly/bin/build-ide.sh脚本即可, 相较于build-standalone.sh的区别是, build-ide.sh会将前端编译好的静态资源包copy到target/classes目录, +通过StandaloneLauncher启动之后, 可直接通过后端来访问前端资源 + PS: 1. 下载下来的release包已通过Standalone的方式构建好 2. 针对Windows系统, 均有提供对应的bat脚本 \ No newline at end of file