From f9432b173a24da374de7def8a1954683f774ce82 Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Mon, 23 Oct 2023 16:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 508273a..c4da507 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ ## 🌱Spring 源码阅读系列 -> ### 🔅 IOC容器 +> ### 🔅 核心方法 -*探索 Spring 的核心部分,并理解其对象管理的高级策略。* +*Spring 框架背后的动力,这些核心方法确保了依赖注入、Bean 生命周期管理、配置解析和许多其他关键功能的顺利执行。* - [**获取Bean实例getBean()**](spring-core/spring-core-getBean/README.md) - 从Bean的定义到其实例化,全面揭示Spring如何管理Bean的生命周期。 - [**解析依赖关系resolveDependency()**](spring-core/spring-core-resolveDependency/README.md) - 探索Spring如何优雅地解决Bean之间的依赖关系,确保应用稳定运行。