新增模块

master
xuchengsheng 2023-10-23 16:41:16 +08:00
parent de54f95f3b
commit 4a7fe0513f
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@
*探索 Spring 的核心部分,并理解其对象管理的高级策略。*
- [**getBean方法**](spring-core/spring-core-getBean/README.md) - 创建一个新的 bean 实例
- [**resolveDependency方法**](spring-core/spring-core-resolveDependency/README.md) - 用于解析特定依赖的 bean。这通常在自动注入时使用
- [**destroyBean方法**](spring-core/spring-core-destroyBean/README.md) - 销毁所有单例 bean。这通常在容器关闭时调用
- [**获取Bean实例getBean()**](spring-core/spring-core-getBean/README.md) - 从Bean的定义到其实例化全面揭示Spring如何管理Bean的生命周期
- [**解析依赖关系resolveDependency()**](spring-core/spring-core-resolveDependency/README.md) - 探索Spring如何优雅地解决Bean之间的依赖关系确保应用稳定运行
- [**销毁Bean实例destroyBean()**](spring-core/spring-core-destroyBean/README.md) - 深入Spring的销毁策略理解如何优雅地释放资源确保应用的健壮性
> ### 💡 后置处理器与初始化