# spring **Repository Path**: hsyj/spring ## Basic Information - **Project Name**: spring - **Description**: 手写springioc,实现bd注册,bean工厂单例池,解决循环依赖,循环Import,推断构造器,ImportBeanDefinitionRegistry +MapperScan+FactoryBean动态注入一个bean等棘手问题,并且支持装配模式No,Constructor,正是根据构造器装配得以实现动态注入bean这个问题。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-29 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 手写spring ioc - 实现@Autowired,@Bean,@Component,@ComponentScan,@Configuration,@Import,@Lazy @Role,@Scope,@Value。 - 完成spring生命周期,实现bd注册,bean工厂单例池, 解决循环依赖,循环Import,推断构造器, - ImportBeanDefinitionRegistry +MapperScan+FactoryBean动态注入一个bean等棘手问题, 并且支持装配模式No,Constructor,正是根据构造器装配得以实现动态注入bean这个问题。 - 实现BeanPostProcessor,BeanFactoryPostProcessor,ImportBeanDefinitionRegistry,BeanPostProcessorRegistry等扩展点 ## 源码启动 org.springframework.beans.factory.test.annoTest.AppConfig ## 项目截图 ![img.png](img.png)