From 85d755414eccb60796f67b8776b761b0080efd8a Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Tue, 10 Oct 2023 18:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E@DependsOn=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb16c8..fc4c0fd 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,5 @@ - [**组件扫描的魅力: @ComponentScan**](spring-annotation/spring-annotation-componentScan/README.md) - 探索如何自动检测和注册 beans。 - [**深入@Bean的秘密**](spring-annotation/spring-annotation-bean/README.md) - 理解如何通过 Java 方法定义 beans。 - [**@Import的高级策略**](spring-annotation/spring-annotation-import/README.md) - 揭示如何导入其他配置类或组件。 -- [**属性源探查: @PropertySource**](spring-annotation/spring-annotation-propertySource/README.md) - 深入了解如何为应用上下文添加属性源。 \ No newline at end of file +- [**属性源探查: @PropertySource**](spring-annotation/spring-annotation-propertySource/README.md) - 深入了解如何为应用上下文添加属性源。 +- [**属性源探查: @DependsOn**](spring-annotation/spring-annotation-dependsOn/README.md) - 如何使用 @DependsOn 注解精确控制 Spring Beans 的加载顺序。 \ No newline at end of file