Polish profile negation in YAML sub-documents

Closes gh-4953
This commit is contained in:
Phillip Webb
2016-04-10 23:21:23 -07:00
parent bd010494c9
commit a39d351eed
3 changed files with 85 additions and 102 deletions

View File

@@ -678,10 +678,11 @@ profile, and it would have to be explicitly reset in all other profiles as neces
password: weak
----
Spring profiles designated using the "spring.profiles" element may optionally be
negated using the {@code !} character. If both negated and non-negated profiles
are specified for a single document, at least one non-negated profile must match
and no negated profiles may match.
Spring profiles designated using the "spring.profiles" element may optionally be negated
using the {@code !} character. If both negated and non-negated profiles are specified for
a single document, at least one non-negated profile must match and no negated profiles
may match.
[[boot-features-external-config-yaml-shortcomings]]