From 8ce3bb0664033e63640483c149766647d82db9ee Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Mon, 18 May 2015 17:02:59 +0800 Subject: [PATCH] Update 24.3. Profile specific configuration files.md --- .../24.3. Profile specific configuration files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IV. Spring Boot features/24.3. Profile specific configuration files.md b/IV. Spring Boot features/24.3. Profile specific configuration files.md index 650a8b5..bd871c3 100644 --- a/IV. Spring Boot features/24.3. Profile specific configuration files.md +++ b/IV. Spring Boot features/24.3. Profile specific configuration files.md @@ -1,3 +1,3 @@ ### 24.3. Profile特定配置文件 -application.properties(或application.yml)和通过@ConfigurationProperties引用的文件这两种配置特定变种都被当作文件来加载的,具体参考[Section 23.3, “Profile specific properties”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-external-config-profile-specific-properties)。 +application.properties(或application.yml)和通过@ConfigurationProperties引用的文件这两种配置特定变种都被当作文件来加载的,具体参考[Section 23.3, “Profile specific properties”](23.4. Profile-specific properties.md)。