Frank.R.Wu ef83c46724 chore: update version
update version to 1.6.5 in build.gradle, AgentDockerfile and ClusterDockerfile; keep sync
2021-12-11 22:43:59 +08:00
2021-12-11 22:43:59 +08:00
2021-12-11 22:43:59 +08:00
2021-12-10 17:41:37 +08:00
2021-12-11 22:43:59 +08:00
2021-12-11 22:43:59 +08:00
2021-12-09 14:43:21 +08:00
2021-12-10 18:00:43 +08:00
2021-11-08 13:56:00 +08:00
2021-12-10 18:00:43 +08:00
2021-12-10 17:41:37 +08:00
2021-12-03 15:30:26 +08:00
2021-10-29 17:47:48 +08:00
2021-11-01 15:29:18 +08:00
2021-12-11 22:43:59 +08:00
2021-10-15 10:03:02 +08:00
2021-10-29 17:47:48 +08:00
2021-09-26 13:03:11 +08:00

项目说明

初次clone可使用以下命令。

git clone  https://xxxx/XXX-bundle.git

在git clone之后执行

git submodule update --init

git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'

更新所有子项目:

git pull --rebase --recurse-submodules

配置说明

首次配置需要配置Yjs路径。 同时还需要配置启动路径。

启动CMHttpServer前需要执行:agent-backend:prepareWebContent 启动NodeCenterServer前需要执行:router-backend:prepareWebContent

Description
No description provided
Readme 277 KiB
Languages
Java 95.4%
Shell 4.6%