diff options
| author | 刘永强 <[email protected]> | 2020-08-24 15:36:21 +0800 |
|---|---|---|
| committer | 刘永强 <[email protected]> | 2020-08-24 15:36:21 +0800 |
| commit | 4c10eb7dd99ead92e458858ad12b2bd66bd78ec6 (patch) | |
| tree | ab5aa29be95e33c2c19a2140dd71546ee7e3de8f /pom.xml | |
| parent | d6d302e874a2ef80527e0449932571515caf6ae2 (diff) | |
add dependency
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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> |
