From a6d45b0cb5cf6007c169ac929df5343b121ca892 Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Thu, 30 Nov 2023 20:10:28 +0800 Subject: [PATCH] =?UTF-8?q?ConfigurablePropertyResolver=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-env/spring-env-configurablePropertyResolver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-env/spring-env-configurablePropertyResolver/README.md b/spring-env/spring-env-configurablePropertyResolver/README.md index e3a9abe..1ce1998 100644 --- a/spring-env/spring-env-configurablePropertyResolver/README.md +++ b/spring-env/spring-env-configurablePropertyResolver/README.md @@ -19,7 +19,7 @@ + `PropertyResolver` - + [PropertyResolver](spring-env/spring-env-propertyResolver/README.md) 接口是 Spring 框架的一个核心组件,专注于提供一套灵活且强大的机制来处理应用程序配置属性。它定义了一系列方法,用于访问和操纵来自各种源(例如属性文件、环境变量、JVM 参数)的属性值。 + + [PropertyResolver](/spring-env/spring-env-propertyResolver/README.md) 接口是 Spring 框架的一个核心组件,专注于提供一套灵活且强大的机制来处理应用程序配置属性。它定义了一系列方法,用于访问和操纵来自各种源(例如属性文件、环境变量、JVM 参数)的属性值。 ### 三、基本描述