修正目录索引

This commit is contained in:
oopsguy 2017-08-14 01:14:08 +08:00
parent b66fc0ea1e
commit 7fc06bb905
2 changed files with 11 additions and 10 deletions

View File

@ -3,7 +3,7 @@
## 目录
### 0、前言
### 1、[前言](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese/blob/master/0-foreword.md)
### 1、微服务简介
- 1.1、构建单体应用

View File

@ -1,14 +1,15 @@
# 目录
## 1、[前言](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese/blob/master/0-foreword.md)
- 1.1、微服务简介
- 1.2、构建单体应用
- 1.3、走向单体地狱
- 1.4、微服务——解决复杂问题
- 1.5、微服务的优点
- 1.6、微服务的缺点
- 1.7、总结
- 1.8、微服务实战NGINX作为反向代理服务器
## 0、[前言](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese/blob/master/0-foreword.md)
## 1、微服务简介
- 1.1、构建单体应用
- 1.2、走向单体地狱
- 1.3、微服务——解决复杂问题
- 1.4、微服务的优点
- 1.5、微服务的缺点
- 1.6、总结
- 1.7、微服务实战NGINX作为反向代理服务器
## 2、使用API网关
- 2.1、简介