|
47 | 47 | - [Redis](#redis)
|
48 | 48 | - [系统设计](#系统设计)
|
49 | 49 | - [常用框架(Spring/SpringBoot、Zookeeper ... )](#常用框架)
|
| 50 | + - [数据通信(消息队列、Dubbo ... )](#数据通信) |
50 | 51 | - [权限认证](#权限认证)
|
51 | 52 | - [设计模式(工厂模式、单例模式 ... )](#设计模式)
|
52 |
| - - [数据通信(消息队列、Dubbo ... )](#数据通信) |
53 | 53 | - [网站架构](#网站架构)
|
54 | 54 | - [面试指南](#面试指南)
|
55 | 55 | - [备战面试](#备战面试)
|
|
177 | 177 | - [ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md)
|
178 | 178 | - [ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md)
|
179 | 179 |
|
180 |
| -### 权限认证 |
| 180 | +### 数据通信 |
181 | 181 |
|
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) |
185 | 183 |
|
186 |
| -### 设计模式 |
| 184 | +#### Dubbo |
187 | 185 |
|
188 |
| -- [设计模式系列文章](docs/system-design/设计模式.md) |
| 186 | +- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md) |
189 | 187 |
|
190 |
| -### 数据通信 |
| 188 | +#### 消息中间件 |
191 | 189 |
|
192 |
| -- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md) |
193 |
| -- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md) |
194 | 190 | - [消息队列总结](docs/system-design/data-communication/message-queue.md)
|
195 | 191 | - [RabbitMQ 入门](docs/system-design/data-communication/rabbitmq.md)
|
196 | 192 | - [RocketMQ的几个简单问题与答案](docs/system-design/data-communication/RocketMQ-Questions.md)
|
197 | 193 | - [Kafka入门看这一篇就够了](docs/system-design/data-communication/Kafka入门看这一篇就够了.md)
|
198 | 194 | - [Kafka系统设计开篇-面试看这篇就够了](docs/system-design/data-communication/Kafka系统设计开篇-面试看这篇就够了.md)
|
199 | 195 |
|
| 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 | + |
200 | 206 | ### 网站架构
|
201 | 207 |
|
202 | 208 | - [一文读懂分布式应该学什么](docs/system-design/website-architecture/分布式.md)
|
|
0 commit comments