From 156a2f5c637af3d804dec408c3bbf42b88bcfdcb Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 17 Mar 2014 14:25:39 -0700 Subject: [PATCH] Clarify YAML profile sample in documentation --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index abe299d59b..ee7c4ffbf1 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -377,6 +377,11 @@ by using a `spring.profiles` key to indicate when the document applies. For exam server: address: 192.168.1.100 --- + spring: + profiles: development + server: + address: 127.0.0.1 + --- spring: profiles: production server: