Skip to content

Commit 8495875

Browse files
committed
Update README.md
1 parent bc94950 commit 8495875

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## 简介
1111

12-
一套涵盖大部分核心组件使用的Spring Cloud教程,包括Spring Cloud Alibaba及分布式事务Seata,基于Spring Cloud Greenwich及SpringBoot 2.1.7。20篇文章,篇篇精华,31个Demo,涵盖大部分应用场景。
12+
一套涵盖大部分核心组件使用的Spring Cloud教程,包括Spring Cloud Alibaba及分布式事务Seata,基于Spring Cloud Greenwich及SpringBoot 2.1.7。21篇文章,篇篇精华,32个Demo,涵盖大部分应用场景。
1313

1414
## 目录
1515

@@ -33,6 +33,7 @@
3333
- [Spring Cloud Alibaba:Sentinel实现熔断与限流](https://juejin.im/post/5dd29bece51d4561e80f9053)
3434
- [使用Seata彻底解决Spring Cloud中的分布式事务问题](https://juejin.im/post/5dd53a9d5188255d35425a08)
3535
- [微服务权限终极解决方案,Spring Cloud Gateway + Oauth2 实现统一认证和鉴权!](https://juejin.im/post/5f0affb6f265da231258a31d)
36+
- [微服务聚合Swagger文档,这波操作是真的香!](https://juejin.im/post/6854573219916201997)
3637

3738
## 项目结构
3839

@@ -68,7 +69,8 @@ springcloud-learning
6869
├── seata-order-service -- 整合了seata的订单服务
6970
├── seata-storage-service -- 整合了seata的库存服务
7071
├── seata-account-service -- 整合了seata的账户服务
71-
└── micro-oauth2 -- Gateway + Oauth2 实现统一认证和鉴权
72+
├── micro-oauth2 -- Gateway + Oauth2 实现统一认证和鉴权
73+
└── micro-knife4j -- Gateway + Knife4j聚合API文档
7274
```
7375

7476
## 公众号

0 commit comments

Comments
 (0)