spring-reading./README.md

79 lines
2.8 KiB
Markdown
Raw Normal View History

2023-09-22 07:54:23 +00:00
# Hi there 👋, 我是 Lex!
2023-09-15 07:18:01 +00:00
2023-09-22 07:54:23 +00:00
我是一个对 Spring 框架充满热情的程序员。为了帮助那些希望深入了解 Spring 框架的程序员们,我创建了这个 “Spring 源码阅读系列”。通过这个系列,我希望能够与你们共同探索 Spring 的内部工作机制。
2023-09-15 07:18:01 +00:00
2023-09-22 07:54:23 +00:00
🌱 **Spring 源码阅读系列**
2023-09-15 07:31:00 +00:00
2023-09-22 08:05:01 +00:00
+ IOC容器
+ 关于IOC容器中获取Bean的过程源码分析
+ 后置处理器与初始化
+ [关于BeanFactoryPostProcessor源码分析](spring-interface-beanFactoryPostProcessor/README.md)
+ [关于BeanDefinitionRegistryPostProcessor源码分析](spring-interface-beanDefinitionRegistryPostProcessor/README.md)
+ [关于BeanPostProcessor源码分析](spring-interface-beanPostProcessor/README.md)
+ [关于InstantiationAwareBeanPostProcessor源码分析](spring-interface-instantiationAwareBeanPostProcessor/README.md)
+ [关于DestructionAwareBeanPostProcessor源码分析](spring-interface-destructionAwareBeanPostProcessor/README.md)
+ [关于MergedBeanDefinitionPostProcessor源码分析](spring-interface-mergedBeanDefinitionPostProcessor/README.md)
+ [关于SmartInstantiationAwareBeanPostProcessor源码分析](spring-interface-smartInstantiationAwareBeanPostProcessor/README.md)
+ [关于InitializingBean源码分析](spring-interface-initializingBean/README.md)
+ [关于DisposableBean源码分析](spring-interface-disposableBean/README.md)
+ 核心注解
+ 关于@Bean源码分析
+ 关于@ComponentScan源码分析
+ 关于@Configuration源码分析
+ 关于@Import源码分析
+ 关于@PropertySource源码分析
+ Bean生命周期和工厂
+ 关于BeanFactory源码分析
+ 关于HierarchicalBeanFactory源码分析
+ 关于ListableBeanFactory源码分析
+ 关于AutowireCapableBeanFactory源码分析
+ 关于ConfigurableBeanFactory源码分析
+ 关于SingletonBeanRegistry源码分析
+ 关于BeanDefinition源码分析
+ 关于BeanDefinitionRegistry源码分析
+ 关于FactoryBean源码分析
+ 应用上下文相
- 关于ApplicationContext源码分析
- 关于ConfigurableApplicationContext源码分析
- 关于WebApplicationContext源码分析
- 关于ApplicationEventPublisher源码分析
- 关于ApplicationListener源码分析
+ 环境变量
- 关于Environment源码分析
- 关于PropertyResolver源码分析
- 关于PropertySources源码分析
- 关于Profile源码分析
2023-09-22 07:54:23 +00:00
🔗 **与我联系**
- 🐦 [Twitter]
- 🌐 [我的博客](https://blog.csdn.net/duzhuang2399?type=blog)
- ✉ [发送邮件](mailto:xuchengshengsuper@163.com)
💡 **欢迎贡献!**
如果你发现任何错误或者有改进建议,欢迎提交 issue 或者 pull request。你的反馈对于我非常宝贵
📊 **我的 GitHub 统计**
![你的名字或昵称's GitHub stats](https://github-readme-stats.vercel.app/api?username=xuchengsheng&show_icons=true&theme=radical)