No description
  • Java 95.4%
  • Shell 4.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-05-03 15:01:46 +08:00
agent-backend@da1f524a06 feat: sharding executor exec locally 2022-05-03 15:01:46 +08:00
agent-frontend@b0f4c4225b keep sync 2022-04-21 10:19:44 +08:00
cm@c84cd3fac0 feat: support @RouteInfo byFunc 2022-04-27 10:49:45 +08:00
common@7a9ce393cd feat: support @RouteInfo byFunc 2022-04-27 10:49:45 +08:00
consistency-sdk feat: sharding executor exec locally 2022-05-03 15:01:46 +08:00
custom-plugin feat: sharding executor exec locally 2022-05-03 15:01:46 +08:00
docker feat: support createParam 2022-04-21 10:18:48 +08:00
front-base@19a033c699 feat: support createParam 2022-04-21 10:18:48 +08:00
genparser@29bf96a434 optimize build.gradle 2021-12-21 17:49:25 +08:00
gmhelper@a696b5a843 feat: support @RouteInfo byFunc 2022-04-27 10:49:45 +08:00
mockjava@0722b05788 upgrad doipsdk 2022-01-09 00:04:04 +08:00
router-backend@310b0f2913 keep sync 2022-02-18 11:16:10 +08:00
router-frontend@7754d3d1c4 release for 1.6.6 2021-12-23 00:14:30 +08:00
.gitignore chore: add scripts and set tools 2021-10-29 17:47:48 +08:00
.gitmodules updatet submodulee 2022-03-30 11:35:37 +08:00
build.gradle feat: support createParam 2022-04-21 10:18:48 +08:00
LICENSE revise licenses 2021-10-15 10:03:02 +08:00
README.md chore: add scripts and set tools 2021-10-29 17:47:48 +08:00
settings.gradle refactor: sdk for consensus algorithm 2022-02-15 14:44:18 +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