Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Feb 12, 2020
1 parent b6930fe commit 9b8f2f1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- [Redis](#redis)
- [数据库扩展](#数据库扩展)
- [系统设计](#系统设计)
- [常用框架(Spring,SpringBoot)](#常用框架)
- [常用框架(Spring,SpringBoot,MyBatis)](#常用框架)
- [数据通信/中间件(消息队列、RPC ... )](#数据通信中间件)
- [权限认证](#权限认证)
- [分布式 & 微服务](#分布式--微服务)
Expand Down Expand Up @@ -211,6 +211,10 @@

- **[SpringBoot 指南/常见面试题总结](https://github.com/Snailclimb/springboot-guide)**

#### MyBatis

- [MyBatis常见面试题总结](docs/system-design/framework/mybatis/mybatis-interview.md)

### 数据通信/中间件

- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md)
Expand Down Expand Up @@ -239,6 +243,10 @@

- [分布式应该学什么](docs/system-design/website-architecture/分布式.md)

#### Spring Cloud

- [ 大白话入门 Spring Cloud](docs/system-design/micro-service/spring-cloud.md)

#### API 网关

网关主要用于请求转发、安全认证、协议转换、容灾。
Expand Down Expand Up @@ -313,6 +321,7 @@
- [Java培训四个月能学会吗?](docs/questions/java-training-4-month.md)
- [新手学习Java,有哪些Java相关的博客,专栏,和技术学习网站推荐?](docs/questions/java-learning-website-blog.md)
- [Java 还是大数据,你需要了解这些东西!](docs/questions/java-big-data)
- [Java 后台开发/大数据?你需要了解这些东西!](https://articles.zsxq.com/id_wto1iwd5g72o.html)(知识星球)

## 工具

Expand Down

0 comments on commit 9b8f2f1

Please sign in to comment.