# spring-annotation **Repository Path**: git_sailor/spring-annotation ## Basic Information - **Project Name**: spring-annotation - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-annotation #### 介绍 Spring注解驱动开发,分三个模块来学习: + 容器 - AnnotationConfigApplicationContext - 组件添加 - 组件赋值 - 组件注入 - AOP - 声明式事务 + 扩展原理 - BeanFactoryPostProcessor - BeanDefinitionRegistryPostProcessor - ApplicationListener - Spring容器创建过程 + web - servlet3.0 - 异步请求