summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
author刘永强 <[email protected]>2020-08-24 15:36:21 +0800
committer刘永强 <[email protected]>2020-08-24 15:36:21 +0800
commit4c10eb7dd99ead92e458858ad12b2bd66bd78ec6 (patch)
treeab5aa29be95e33c2c19a2140dd71546ee7e3de8f /pom.xml
parentd6d302e874a2ef80527e0449932571515caf6ae2 (diff)
add dependency
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 342e8ea..70ff14d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,16 +31,18 @@
</distributionManagement>
<modules>
- <!--公共服务,定义DTO、工具类等-->
+ <!--公共组件-->
<module>galaxy-common</module>
- <!--Eureka注册中心-->
+ <!--注册中心-->
<module>galaxy-eureka-server</module>
- <!--统一查询网关-->
+ <!--查询网关-->
<module>galaxy-gateway</module>
- <!--数据查询引擎-->
+ <!--查询引擎-->
<module>galaxy-data-engine</module>
<!--认证中心-->
<module>galaxy-auth-center</module>
+ <!--监控服务-->
+ <module>galaxy-admin-server</module>
</modules>
<properties>