Skip to content

Commit 9b8f2f1

Browse files
committed
Update README.md
1 parent b6930fe commit 9b8f2f1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- [Redis](#redis)
4848
- [数据库扩展](#数据库扩展)
4949
- [系统设计](#系统设计)
50-
- [常用框架(Spring,SpringBoot)](#常用框架)
50+
- [常用框架(Spring,SpringBoot,MyBatis)](#常用框架)
5151
- [数据通信/中间件(消息队列、RPC ... )](#数据通信中间件)
5252
- [权限认证](#权限认证)
5353
- [分布式 & 微服务](#分布式--微服务)
@@ -211,6 +211,10 @@
211211

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

214+
#### MyBatis
215+
216+
- [MyBatis常见面试题总结](docs/system-design/framework/mybatis/mybatis-interview.md)
217+
214218
### 数据通信/中间件
215219

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

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

246+
#### Spring Cloud
247+
248+
- [ 大白话入门 Spring Cloud](docs/system-design/micro-service/spring-cloud.md)
249+
242250
#### API 网关
243251

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

317326
## 工具
318327

0 commit comments

Comments
 (0)