mirror of https://gitee.com/maxjhandsome/pig
Resolver Cache处理
This commit is contained in:
parent
9424ae8423
commit
6aa4b8d8de
|
@ -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网关转发
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue