提交 9618b37c 编写于 作者: K Kou Shuang

Update README.md

上级 da2dca4e
...@@ -38,8 +38,9 @@ ...@@ -38,8 +38,9 @@
- [MySQL](#mysql) - [MySQL](#mysql)
- [Redis](#redis) - [Redis](#redis)
- [系统设计](#系统设计) - [系统设计](#系统设计)
- [设计模式(工厂模式、单例模式 ... )](#设计模式)
- [常用框架(Spring、Zookeeper ... )](#常用框架) - [常用框架(Spring、Zookeeper ... )](#常用框架)
- [权限认证](#权限认证)
- [设计模式(工厂模式、单例模式 ... )](#设计模式)
- [数据通信(消息队列、Dubbo ... )](#数据通信) - [数据通信(消息队列、Dubbo ... )](#数据通信)
- [网站架构](#网站架构) - [网站架构](#网站架构)
- [面试指南](#面试指南) - [面试指南](#面试指南)
...@@ -151,10 +152,6 @@ ...@@ -151,10 +152,6 @@
## 系统设计 ## 系统设计
### 设计模式
- [设计模式系列文章](docs/system-design/设计模式.md)
### 常用框架 ### 常用框架
#### Spring #### Spring
...@@ -165,13 +162,22 @@ ...@@ -165,13 +162,22 @@
- [SpringMVC 工作原理详解](docs/system-design/framework/spring/SpringMVC-Principle.md) - [SpringMVC 工作原理详解](docs/system-design/framework/spring/SpringMVC-Principle.md)
- [Spring中都用到了那些设计模式?](docs/system-design/framework/spring/Spring-Design-Patterns.md) - [Spring中都用到了那些设计模式?](docs/system-design/framework/spring/Spring-Design-Patterns.md)
- [SpringBoot 使用指南](https://github.com/Snailclimb/springboot-guide) - [SpringBoot 使用指南](https://github.com/Snailclimb/springboot-guide)
- [Spring Security with JWT](https://github.com/Snailclimb/spring-security-jwt-guide) -
#### ZooKeeper #### ZooKeeper
- [ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md) - [ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md)
- [ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md) - [ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md)
### 权限认证
- [权限认证基础:]()
- [适合初学者入门 Spring Security With JWT 的 Demo](https://github.com/Snailclimb/spring-security-jwt-guide)
### 设计模式
- [设计模式系列文章](docs/system-design/设计模式.md)
### 数据通信 ### 数据通信
- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md) - [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册