Skip to content

Commit c072cda

Browse files
committed
Update README.md
1 parent 2cba842 commit c072cda

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
- [Redis](#redis)
4848
- [系统设计](#系统设计)
4949
- [常用框架(Spring/SpringBoot、Zookeeper ... )](#常用框架)
50+
- [数据通信(消息队列、Dubbo ... )](#数据通信)
5051
- [权限认证](#权限认证)
5152
- [设计模式(工厂模式、单例模式 ... )](#设计模式)
52-
- [数据通信(消息队列、Dubbo ... )](#数据通信)
5353
- [网站架构](#网站架构)
5454
- [面试指南](#面试指南)
5555
- [备战面试](#备战面试)
@@ -177,26 +177,32 @@
177177
- [ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md)
178178
- [ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md)
179179

180-
### 权限认证
180+
### 数据通信
181181

182-
- **[权限认证基础:区分Authentication,Authorization以及Cookie、Session、Token](docs/system-design/authority-certification/basis-of-authority-certification.md)**
183-
- **[JWT 优缺点分析以及常见问题解决方案](docs/system-design/authority-certification/JWT-advantages-and-disadvantages.md)**
184-
- **[适合初学者入门 Spring Security With JWT 的 Demo](https://github.com/Snailclimb/spring-security-jwt-guide)**
182+
- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md)
185183

186-
### 设计模式
184+
#### Dubbo
187185

188-
- [设计模式系列文章](docs/system-design/设计模式.md)
186+
- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md)
189187

190-
### 数据通信
188+
#### 消息中间件
191189

192-
- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md)
193-
- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md)
194190
- [消息队列总结](docs/system-design/data-communication/message-queue.md)
195191
- [RabbitMQ 入门](docs/system-design/data-communication/rabbitmq.md)
196192
- [RocketMQ的几个简单问题与答案](docs/system-design/data-communication/RocketMQ-Questions.md)
197193
- [Kafka入门看这一篇就够了](docs/system-design/data-communication/Kafka入门看这一篇就够了.md)
198194
- [Kafka系统设计开篇-面试看这篇就够了](docs/system-design/data-communication/Kafka系统设计开篇-面试看这篇就够了.md)
199195

196+
### 权限认证
197+
198+
- **[权限认证基础:区分Authentication,Authorization以及Cookie、Session、Token](docs/system-design/authority-certification/basis-of-authority-certification.md)**
199+
- **[JWT 优缺点分析以及常见问题解决方案](docs/system-design/authority-certification/JWT-advantages-and-disadvantages.md)**
200+
- **[适合初学者入门 Spring Security With JWT 的 Demo](https://github.com/Snailclimb/spring-security-jwt-guide)**
201+
202+
### 设计模式
203+
204+
- [设计模式系列文章](docs/system-design/设计模式.md)
205+
200206
### 网站架构
201207

202208
- [一文读懂分布式应该学什么](docs/system-design/website-architecture/分布式.md)

0 commit comments

Comments
 (0)