From 9f9f21207f5454f6761fd0d4331e8927579a7990 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Jul 2015 17:34:11 +0100 Subject: [PATCH] Document support for comma-separated list of names in See gh-3493 --- .../src/main/asciidoc/spring-boot-features.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 90980e3f57..1fa755ccfa 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1074,7 +1074,8 @@ it's loaded too early. You need to either use `logback-spring.xml` or define a The `` tag allows you to optionally include or exclude sections of configuration based on the active Spring profiles. Profile sections are supported anywhere within the `` element. Use the `name` attribute to specify which profile -accepts the configuration. +accepts the configuration. Multiple profiles can be specified using a comma-separated +list. [source,xml,indent=0] ---- @@ -1082,6 +1083,10 @@ accepts the configuration. + + + +