1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Update README.md

This commit is contained in:
shuang.kou 2020-02-12 18:36:56 +08:00
parent b6930fee3c
commit 9b8f2f1e93

View File

@ -47,7 +47,7 @@
- [Redis](#redis)
- [数据库扩展](#数据库扩展)
- [系统设计](#系统设计)
- [常用框架(Spring,SpringBoot)](#常用框架)
- [常用框架(Spring,SpringBoot,MyBatis)](#常用框架)
- [数据通信/中间件(消息队列、RPC ... )](#数据通信中间件)
- [权限认证](#权限认证)
- [分布式 & 微服务](#分布式--微服务)
@ -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)
@ -239,6 +243,10 @@
- [分布式应该学什么](docs/system-design/website-architecture/分布式.md)
#### Spring Cloud
- [ 大白话入门 Spring Cloud](docs/system-design/micro-service/spring-cloud.md)
#### API 网关
网关主要用于请求转发、安全认证、协议转换、容灾。
@ -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)(知识星球)
## 工具