File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 38
38
- [ MySQL] ( #mysql )
39
39
- [ Redis] ( #redis )
40
40
- [ 系统设计] ( #系统设计 )
41
- - [ 设计模式(工厂模式、单例模式 ... )] ( #设计模式 )
42
41
- [ 常用框架(Spring、Zookeeper ... )] ( #常用框架 )
42
+ - [ 权限认证] ( #权限认证 )
43
+ - [ 设计模式(工厂模式、单例模式 ... )] ( #设计模式 )
43
44
- [ 数据通信(消息队列、Dubbo ... )] ( #数据通信 )
44
45
- [ 网站架构] ( #网站架构 )
45
46
- [ 面试指南] ( #面试指南 )
151
152
152
153
## 系统设计
153
154
154
- ### 设计模式
155
-
156
- - [ 设计模式系列文章] ( docs/system-design/设计模式.md )
157
-
158
155
### 常用框架
159
156
160
157
#### Spring
165
162
- [ SpringMVC 工作原理详解] ( docs/system-design/framework/spring/SpringMVC-Principle.md )
166
163
- [ Spring中都用到了那些设计模式?] ( docs/system-design/framework/spring/Spring-Design-Patterns.md )
167
164
- [ SpringBoot 使用指南] ( https://github.com/Snailclimb/springboot-guide )
168
- - [ Spring Security with JWT ] ( https://github.com/Snailclimb/spring-security-jwt-guide )
165
+ -
169
166
170
167
#### ZooKeeper
171
168
172
169
- [ ZooKeeper 相关概念总结] ( docs/system-design/framework/ZooKeeper.md )
173
170
- [ ZooKeeper 数据模型和常见命令] ( docs/system-design/framework/ZooKeeper数据模型和常见命令.md )
174
171
172
+ ### 权限认证
173
+
174
+ - [ 权限认证基础:] ( )
175
+ - [ 适合初学者入门 Spring Security With JWT 的 Demo] ( https://github.com/Snailclimb/spring-security-jwt-guide )
176
+
177
+ ### 设计模式
178
+
179
+ - [ 设计模式系列文章] ( docs/system-design/设计模式.md )
180
+
175
181
### 数据通信
176
182
177
183
- [ 数据通信(RESTful、RPC、消息队列)相关知识点总结] ( docs/system-design
37A7
/data-communication/summary.md )
You can’t perform that action at this time.
0 commit comments