mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-17 16:02:14 +00:00
Destroyed 系统构建 (markdown)
16
系统构建.md
16
系统构建.md
@@ -1,16 +0,0 @@
|
||||
目前可支持三种构建方式, 分别为Standalone、Distributed和IDE构建方式
|
||||
### Standalone
|
||||
|
||||
执行assembly/bin/build-standalone.sh脚本即可
|
||||
|
||||
### Distributed
|
||||
|
||||
分别执行assembly/bin/build-semantic.sh和assembly/bin/build-chat.sh脚本
|
||||
|
||||
### IDE(for 本地开发调试)
|
||||
执行assembly/bin/build-ide.sh脚本即可, 相较于build-standalone.sh的区别是, build-ide.sh会将前端编译好的静态资源包copy到target/classes目录,
|
||||
通过StandaloneLauncher启动之后, 可直接通过后端来访问前端资源
|
||||
|
||||
PS:
|
||||
1. 下载下来的release包已通过Standalone的方式构建好
|
||||
2. 针对Windows系统, 均有提供对应的bat脚本
|
||||
Reference in New Issue
Block a user