1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

API网关

This commit is contained in:
Kou Shuang 2019-11-07 20:34:50 +08:00
parent f4a1789258
commit c2e2ae7308
2 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
网关主要用于请求转发、安全认证、协议转换、容灾。
- [浅析如何设计一个亿级网关(API Gateway)](docs/system-design/micro-service/谈谈微服务中的 API 网关.md)
- [浅析如何设计一个亿级网关(API Gateway)](docs/system-design/micro-service/API网关.md)
#### 配置中心