summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author刘永强 <[email protected]>2020-08-24 16:54:56 +0800
committer刘永强 <[email protected]>2020-08-24 16:54:56 +0800
commit480b067d862e11f566c29e76764f6ee67231c5e5 (patch)
tree88daff67f6e957ea63ecb6417e168daae5bf1e2b
parent65d04528efdc6576782eada9cb1bad2b629d07f8 (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index d703ce2..b3d3d61 100644
--- a/README.md
+++ b/README.md
@@ -12,4 +12,15 @@
**Spring Boot Admin** https://codecentric.github.io/spring-boot-admin/2.3.0/
## 系统架构图
-![系统架构图](images/architecture-v1.0.jpg) \ No newline at end of file
+![系统架构图](images/architecture-v1.0.jpg)
+## 项目启动顺序
+
+1. **[galaxy-eureka-server](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-eureka-server)** 优先启动注册中心,各服务启动时会向注册中心提交服务和拉取服务列表
+
+2. **[galaxy-auth-center](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-auth-center)** 启动认证中心,此模块主要是做接口鉴权和ArangoDB登录等
+
+3. **[galaxy-data-engine](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-data-engine)** 启动数据引擎服务,主要业务逻辑和服务接口在这个模块中实现
+
+4. **[galaxy-gateway](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-gateway) [可选]** 网关服务在Dev环境可以不启动,直接调用对应模块的IP:PORT即可测试
+
+5. **[galaxy-admin-server](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-admin-server) [可选]** 监控服务主在Dev环境也是可选的,如果想查看内存和线程使用情况,可以启动这个项目 \ No newline at end of file