From f1ead7dbcb45b1a9a8b4821d65e6c0e6c373d66a Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Wed, 22 Nov 2023 17:27:37 +0800 Subject: [PATCH] =?UTF-8?q?Bean=E7=9A=84=E9=94=80=E6=AF=81=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E6=BA=90=E7=A0=81=E6=96=B0=E5=A2=9E=E7=9B=AE=E5=BD=95?= 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 4e35b26..3fb83e1 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ - [`Bean的依赖解析过程`](spring-core/spring-core-resolveDependency/README.md):声明依赖,查找依赖,注入依赖,处理循环依赖,延迟依赖解析。 - - `Bean的销毁过程`:销毁方法调用,接口回调,后处理清理,通知触发,GC回收资源。 + - [`Bean的销毁过程`](spring-core/spring-core-destroyBean/README.md):销毁方法调用,接口回调,后处理清理,通知触发,GC回收资源。 - Bean初始化与扩展点