github
仓库地址:https://github.com/jxch-study/spring-imitate.git
- 通过模拟,了解
Spring
的底层源码启动过程 - 通过模拟,了解
BeanDefinition
、BeanPostProcessor
的概念 - 通过模拟,了解
Spring
解析配置类等底层源码工作流程 - 通过模拟,了解依赖注入,
Aware
回调等底层源码工作流程 - 通过模拟,了解
Spring AOP
的底层源码工作流程
github
仓库地址:https://github.com/jxch-study/spring-imitate.git
Spring
的底层源码启动过程BeanDefinition
、BeanPostProcessor
的概念Spring
解析配置类等底层源码工作流程Aware
回调等底层源码工作流程Spring AOP
的底层源码工作流程