initial commit

This commit is contained in:
CaiHQ
2021-09-25 02:23:55 +08:00
parent add4668aba
commit 63b9df4229
4 changed files with 227 additions and 0 deletions

36
.gitmodules vendored Normal file
View File

@@ -0,0 +1,36 @@
[submodule "cm"]
path = cm
url = https://gitee.com/BDWare/cm.git
branch = master
[submodule "agent-backend"]
path = agent-backend
url = https://gitee.com/BDWare/agent-backend.git
branch = master
[submodule "router-backend"]
path = router-backend
url = https://gitee.com/BDWare/router-backend.git
branch = master
[submodule "router-frontend"]
path = router-frontend
url = https://gitee.com/BDWare/router-frontend.git
branch = master
[submodule "genparser"]
path = genparser
url = https://gitee.com/BDWare/genparser.git
branch = master
[submodule "gmhelper"]
path = gmhelper
url = https://gitee.com/BDWare/gmhelper.git
branch = master
[submodule "front-base"]
path = front-base
url = https://gitee.com/BDWare/front-base.git
branch = master
[submodule "common"]
path = common
url = https://gitee.com/BDWare/common.git
branch = master
[submodule "mockjava"]
path = mockjava
url = https://gitee.com/BDWare/MockJava.git
branch = master