From 830f4609a2271e50cb684824e0ca456c443c1bd7 Mon Sep 17 00:00:00 2001 From: yang520-bye <78717426+yang520-bye@users.noreply.github.com> Date: Thu, 9 Jun 2022 12:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EBeanFactoryPostProcessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01835a5..dc22c2c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - [将 bean 解析封装成 BeanDefinition](/docs/Spring/IoC/2、将bean解析封装成BeanDefinition.md) - [将 BeanDefinition 注册进 IoC 容器](/docs/Spring/IoC/3、将BeanDefinition注册进IoC容器.md) - [依赖注入(DI)]() +- [BeanFactoryPostProcessor](/docs/Spring/Ioc/BeanFactoryPostProcessor.md) - [BeanPostProcessor](/docs/Spring/IoC/BeanPostProcessor.md) - [Spring BeanFactory 源码解析](/docs/Spring/clazz/Spring-beanFactory.md)