From 28fdf27134aabc5137073df88e8c70350011d00b Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Fri, 15 Sep 2023 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ pom.xml | 11 ++++++----- .../README.md | 1 + .../pom.xml | 14 ++++++++++++++ 4 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 spring-interface-beanDefinitionRegistryPostProcessor/README.md create mode 100644 spring-interface-beanDefinitionRegistryPostProcessor/pom.xml diff --git a/README.md b/README.md index ed82a4f..d2436af 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ + [关于BeanFactoryPostProcessor源码分析](spring-interface-beanFactoryPostProcessor/README.md) ++ [关于BeanDefinitionRegistryPostProcessor源码分析](spring-interface-beanDefinitionRegistryPostProcessor/README.md) + + + diff --git a/pom.xml b/pom.xml index f983d4d..f6bb3e5 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,11 @@ + spring-annotation-configuration + spring-annotation-bean + spring-annotation-import + spring-annotation-propertySource + spring-annotation-componentScan spring-interface-beanFactoryPostProcessor spring-interface-beanPostProcessor spring-interface-environment @@ -27,11 +32,7 @@ spring-interface-resource spring-interface-embeddedValueResolver spring-interface-factoryBean - spring-annotation-configuration - spring-annotation-bean - spring-annotation-import - spring-annotation-propertySource - spring-annotation-componentScan + spring-interface-beanDefinitionRegistryPostProcessor diff --git a/spring-interface-beanDefinitionRegistryPostProcessor/README.md b/spring-interface-beanDefinitionRegistryPostProcessor/README.md new file mode 100644 index 0000000..30404ce --- /dev/null +++ b/spring-interface-beanDefinitionRegistryPostProcessor/README.md @@ -0,0 +1 @@ +TODO \ No newline at end of file diff --git a/spring-interface-beanDefinitionRegistryPostProcessor/pom.xml b/spring-interface-beanDefinitionRegistryPostProcessor/pom.xml new file mode 100644 index 0000000..292fbd5 --- /dev/null +++ b/spring-interface-beanDefinitionRegistryPostProcessor/pom.xml @@ -0,0 +1,14 @@ + + + + spring-reading + com.xcs.spring + 0.0.1-SNAPSHOT + + 4.0.0 + + spring-interface-beanDefinitionRegistryPostProcessor + + \ No newline at end of file