Resolver Cache处理

This commit is contained in:
wangiegie@gmail.com 2017-12-22 12:58:17 +08:00
parent 9424ae8423
commit 6aa4b8d8de
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ pig
├── pig-admin-service -- 后台服务提供
├── pig-auth-service -- 鉴权服务提供
├── pig-common -- 系统公共模块
├── pig-config -- 配置中心[端口:4001]
├── pig-eureka -- 服务注册与发现[端口:1001]
├── pig-config -- 配置中心
├── pig-eureka -- 服务注册与发现
└── pig-gateway -- API网关转发
```

View File

@ -8,7 +8,7 @@ spring:
config:
server:
git:
uri: https://www.gitee.wang/a/pig-config.git
uri: https://github.com/jieblog/pig-config.git
bus:
trace:
enabled: true