File tree 2 files changed +388
-9
lines changed
docs/system-design/framework
2 files changed +388
-9
lines changed Original file line number Diff line number Diff line change 50
50
- [ Redis] ( #redis )
51
51
- [ 数据库扩展] ( #数据库扩展 )
52
52
- [ 系统设计] ( #系统设计 )
53
- - [ 常用框架(Spring/ SpringBoot、Zookeeper ... )] ( #常用框架 )
53
+ - [ 常用框架(Spring, SpringBoot)] ( #常用框架 )
54
54
- [ 数据通信/中间件(消息队列、RPC ... )] ( #数据通信中间件 )
55
55
- [ 权限认证] ( #权限认证 )
56
56
- [ 分布式 & 微服务] ( #分布式--微服务 )
181
181
182
182
### 常用框架
183
183
184
- #### Spring/SpringBoot
184
+ #### Spring
185
185
186
186
- [ Spring 学习与面试] ( docs/system-design/framework/spring/Spring.md )
187
187
- ** [ Spring 常见问题总结] ( docs/system-design/framework/spring/SpringInterviewQuestions.md ) **
188
- - ** [ SpringBoot 指南/常见面试题总结] ( https://github.com/Snailclimb/springboot-guide ) **
189
- - [ Spring中bean的作用域与生命周期] ( docs/system-design/framework/spring/SpringBean.md )
188
+ - [ Spring中 Bean 的作用域与生命周期] ( docs/system-design/framework/spring/SpringBean.md )
190
189
- [ SpringMVC 工作原理详解] ( docs/system-design/framework/spring/SpringMVC-Principle.md )
191
190
- [ Spring中都用到了那些设计模式?] ( docs/system-design/framework/spring/Spring-Design-Patterns.md )
192
191
193
- #### ZooKeeper
192
+ #### SpringBoot
194
193
195
- - [ ZooKeeper 相关概念总结] ( docs/system-design/framework/ZooKeeper.md )
196
- - [ ZooKeeper 数据模型和常见命令] ( docs/system-design/framework/ZooKeeper数据模型和常见命令.md )
194
+ - ** [ SpringBoot 指南/常见面试题总结] ( https://github.com/Snailclimb/springboot-guide ) **
197
195
198
196
### 数据通信/中间件
199
197
235
233
236
234
#### 唯一 id 生成
237
235
238
- [ 分布式id生成方案总结] ( docs/system-design/micro-service/分布式id生成方案总结.md )
236
+ - [ 分布式id生成方案总结] ( docs/system-design/micro-service/分布式id生成方案总结.md )
239
237
240
238
#### 服务治理:服务注册与发现、服务路由控制
241
239
242
- 待办......
240
+ ** ZooKeeper:**
241
+
242
+ > 前两篇文章可能有内容重合部分,推荐都看一遍。
243
+
244
+ - [ 【入门】ZooKeeper 相关概念总结] ( docs/system-design/framework/ZooKeeper.md )
245
+ - [ 【进阶】Zookeeper 原理简单入门!] ( docs/system-design/framework/ZooKeeper-plus.md )
246
+ - [ 【拓展】ZooKeeper 数据模型和常见命令] ( docs/system-design/framework/ZooKeeper数据模型和常见命令.md )
243
247
244
248
### 大型网站架构
245
249
You can’t perform that action at this time.
0 commit comments