# 手写springIoC容器 **Repository Path**: ly_pc_coder/handwritten-springIoC ## Basic Information - **Project Name**: 手写springIoC容器 - **Description**: 1、对于目标包下的所有类,通过扫描包的组件找出所有添加了注解的目标类。 2、通过获取原材料的组件从目标类中得到Class和beanName,spring中用BeanDefinition封装Class和beanName,得到集合BeanDefinitions 3、根据原材料动态创建bean,也就是遍历集合BeanDefinitions,以key-value方式存到IoC容器中。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-02-20 - **Last Updated**: 2022-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.