8000 Update README.md · rangerch/JavaGuide@9618b37 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9618b37

Browse files
committed
Update README.md
1 parent da2dca4 commit 9618b37

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
- [MySQL](#mysql)
3939
- [Redis](#redis)
4040
- [系统设计](#系统设计)
41-
- [设计模式(工厂模式、单例模式 ... )](#设计模式)
4241
- [常用框架(Spring、Zookeeper ... )](#常用框架)
42+
- [权限认证](#权限认证)
43+
- [设计模式(工厂模式、单例模式 ... )](#设计模式)
4344
- [数据通信(消息队列、Dubbo ... )](#数据通信)
4445
- [网站架构](#网站架构)
4546
- [面试指南](#面试指南)
@@ -151,10 +152,6 @@
151152

152153
## 系统设计
153154

154-
### 设计模式
155-
156-
- [设计模式系列文章](docs/system-design/设计模式.md)
157-
158155
### 常用框架
159156

160157
#### Spring
@@ -165,13 +162,22 @@
165162
- [SpringMVC 工作原理详解](docs/system-design/framework/spring/SpringMVC-Principle.md)
166163
- [Spring中都用到了那些设计模式?](docs/system-design/framework/spring/Spring-Design-Patterns.md)
167164
- [SpringBoot 使用指南](https://github.com/Snailclimb/springboot-guide)
168-
- [Spring Security with JWT](https://github.com/Snailclimb/spring-security-jwt-guide)
165+
-
169166

170167
#### ZooKeeper
171168

172169
- [ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md)
173170
- [ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md)
174171

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+
175181
### 数据通信
176182

177183
- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design 37A7 /data-communication/summary.md)

0 commit comments

Comments
 (0)
0