From a735b856f0f6d665046ced92522a0cf119c15868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= Date: Fri, 29 Dec 2017 14:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9262678d..f4633a33 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,26 @@ --pig - --├── pig-admin-service -- 权限管理提供 --├── pig-auth-service -- 授权服务提供 --├── pig-common -- 系统公共模块 --├── pig-config -- 配置中心 --├── pig-eureka -- 服务注册与发现 --├── pig-gateway -- ZUUL网关 --└── pig-visual -- 图形化模块 -     └── pig-monitor -- 服务状态监控、turbine + +``` lua +pig +├── pig-ui -- element-vue-admin实现[9528] +│ +├── pig-admin-service -- 权限管理提供[4000] +│ +├── pig-auth-service -- 授权服务提供[3000] +│ +├── pig-common -- 系统公共模块 +│ +├── pig-config -- 配置中心[4001] +│ +├── pig-eureka -- 服务注册与发现[1025] +│ +├── pig-gateway -- ZUUL网关[9999] +│ +└── pig-visual -- 图形化模块 + │ + ├── pig-monitor -- 服务状态监控、turbine [5001] + │ + └── pig-zipkin-elk -- zipkin、ELK监控[5002] +``` 欢迎加入QQ交流群,互相学习