Spring源码解析系列

1、环境配置与spring源码编译

2、AnnotationConfigApplicationContext源码解读、@Configuration与@bean作用及原理

3、@ComponentScan&TypeFilter及原理

4、bean的作用域、懒加载及srping底层如何实现

5、Conditional、Import、ImportSelector、ImportBeanDefinitionRegistrar使用方法及原理

6、使用FactoryBean注册bean

7、bean的销毁及作用域

8、BeanPostProcessor的作用及原理

9、@PropertySource加载外部资源及原理

10spring自动装配方式

11、Profile环境搭建及根据profile加载bean策略

12、spring AOP EnableAspectJAutoProxy原理

13、AnnotationAwareAspectJAutoProxyCreator原理

14、AOP源码解读

15、声名式事物

16、spring相关扩展点:BeanFactoryPostProcessor、BeanDefinitionRegistryPostProcessor、ApplicationListener、EventListener

17、BeanFactory的作用

18、容器启动如何调用BeanFactoryPostProcessor

19、Spring容器创建-初始化事件派发器、监听器等

猜你喜欢

转载自www.cnblogs.com/kingCpp/p/10336703.html