From a5b9860664d6ea8ac068d38ee3549a6bf89e1a9d Mon Sep 17 00:00:00 2001 From: guide Date: Fri, 15 Oct 2021 15:00:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beab2ab2..bc0e965c 100644 --- a/README.md +++ b/README.md @@ -204,13 +204,13 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle 1. **[Spring 常见问题总结](docs/system-design/framework/spring/Spring常见问题总结.md)** 2. **[SpringBoot 入门指南](https://github.com/Snailclimb/springboot-guide)** -3. **[面试常问:“讲述一下 SpringBoot 自动装配原理?”](https://www.cnblogs.com/javaguide/p/springboot-auto-config.html)** **重要知识点详解:** 1. **[Spring/Spring Boot 常用注解总结!安排!](./docs/system-design/framework/spring/SpringBoot+Spring常用注解总结.md)** 2. **[Spring 事务总结](docs/system-design/framework/spring/Spring事务总结.md)** 3. [Spring 中都用到了那些设计模式?](docs/system-design/framework/spring/Spring-Design-Patterns.md) +4. **[SpringBoot 自动装配原理?”](https://www.cnblogs.com/javaguide/p/springboot-auto-config.html)** #### MyBatis -- GitLab