From 3862a4f4a17caac404de237a5be29c42d0a22cc1 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Mon, 18 May 2015 17:01:45 +0800 Subject: [PATCH] Update 24.1. Adding active profiles.md --- IV. Spring Boot features/24.1. Adding active profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IV. Spring Boot features/24.1. Adding active profiles.md b/IV. Spring Boot features/24.1. Adding active profiles.md index ac5b7b9..da57b02 100644 --- a/IV. Spring Boot features/24.1. Adding active profiles.md +++ b/IV. Spring Boot features/24.1. Adding active profiles.md @@ -12,4 +12,4 @@ my.property: fromyamlfile spring.profiles: prod spring.profiles.include: proddb,prodmq ``` -**注**:spring.profiles属性可以定义到一个YAML文档中,用于决定什么时候该文档被包含进配置中。具体参考[Section 63.6, “Change configuration depending on the environment”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-change-configuration-depending-on-the-environment) +**注**:spring.profiles属性可以定义到一个YAML文档中,用于决定什么时候该文档被包含进配置中。具体参考[Section 63.6, “Change configuration depending on the environment”](../IX. ‘How-to’ guides/63.6. Change configuration depending on the environment.md)