From 4bf7bcd8083a2538e7740789266463523913bf53 Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Wed, 22 Nov 2023 11:53:09 +0800 Subject: [PATCH] =?UTF-8?q?Bean=E7=9A=84=E5=AE=9A=E4=B9=89=E6=B3=A8?= =?UTF-8?q?=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7e152..4e35b26 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ - Bean生命周期 - - `Bean的定义解析`:加载与解析配置文件,注册解析Bean定义,类名、作用域、属性等。 + - [`Bean的定义注册过程`](spring-core/spring-core-registerBeanDefinition):加载与解析配置文件,注册解析Bean定义,类名、作用域、属性等。 - [`Bean的初始化过程`](spring-core/spring-core-getBean/README.md):实例化、属性注入、Aware回调、后置处理器、初始化方法调用、Bean就绪。