From cc769d43f7ee9ed6e0bef44fa92b4511cf21c862 Mon Sep 17 00:00:00 2001 From: yang520-bye <78717426+yang520-bye@users.noreply.github.com> Date: Thu, 9 Jun 2022 12:19:43 +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 dc22c2c..3a0e7e8 100644 --- a/README.md +++ b/README.md @@ -24,7 +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) +- [BeanFactoryPostProcessor](/docs/Spring/IoC/BeanFactoryPostProcessor.md) - [BeanPostProcessor](/docs/Spring/IoC/BeanPostProcessor.md) - [Spring BeanFactory 源码解析](/docs/Spring/clazz/Spring-beanFactory.md)