From 7ef932d1931668a4bbe360c239da1a93f348ea84 Mon Sep 17 00:00:00 2001 From: Jun Zhang Date: Tue, 12 Sep 2023 17:11:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/系统构建.md b/系统构建.md index 63c30e8..5c27811 100644 --- a/系统构建.md +++ b/系统构建.md @@ -7,7 +7,7 @@ 分别执行assembly/bin/build-semantic.sh和assembly/bin/build-chat.sh脚本 -### IDE +### IDE(for 本地开发调试) 执行assembly/bin/build-ide.sh脚本即可, 相较于build-standalone.sh的区别是, build-ide.sh会将前端编译好的静态资源包copy到target/classes目录, 通过StandaloneLauncher启动之后, 可直接通过后端来访问前端资源