diff --git a/README.md b/README.md index a2efd09..380ba67 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ - [**获取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的销毁策略,理解如何优雅地释放资源,确保应用的健壮性。 > ### 💡 后置处理器与初始化 diff --git a/spring-core/pom.xml b/spring-core/pom.xml index 1a113d6..bef01e8 100644 --- a/spring-core/pom.xml +++ b/spring-core/pom.xml @@ -13,9 +13,8 @@ pom - spring-core-resolveDependency spring-core-getBean - spring-core-destroyBean + spring-core-resolveDependency \ No newline at end of file diff --git a/spring-core/spring-core-destroyBean/README.md b/spring-core/spring-core-destroyBean/README.md deleted file mode 100644 index a16511d..0000000 --- a/spring-core/spring-core-destroyBean/README.md +++ /dev/null @@ -1 +0,0 @@ -## TODO \ No newline at end of file diff --git a/spring-core/spring-core-destroyBean/pom.xml b/spring-core/spring-core-destroyBean/pom.xml deleted file mode 100644 index cfaa072..0000000 --- a/spring-core/spring-core-destroyBean/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - spring-core - com.xcs.spring - 0.0.1-SNAPSHOT - - - 4.0.0 - spring-core-destroyBean - - \ No newline at end of file