# my-springframework **Repository Path**: liu1000/my-spring-framework ## Basic Information - **Project Name**: my-springframework - **Description**: 阅读spring的心得,手写spring框架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-09-04 - **Last Updated**: 2022-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Spring, 自动注入 ## README 0![spring](./imgs/spring.png) # Spring Framework *** ## 一、容器(AnnotationApplicationContext) * 扫描器(scanner) * 扫描逻辑参考spring源码processon图:[scan扫描源码图](https://www.processon.com/view/link/61397663e0b34d355011b75f) * bean工厂(beanFactory)