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