spring-boot/docs
Phillip Webb 6ddbf3bd92 Restore active profile logic and support `+`
Restore the previous `spring.profiles.active` logic effectively
reverting commit 37069d9. This ensures that active profiles defined in
a higher `PropertySource` replace those lower down.

In addition, add support for a `+` prefix that can be used to indicate
that a profile should be added to the active set.

For example:

	# application-prod.properties
	spring.profiles.active=+proddb,+prodmq

Fixed gh-308, gh-309
2014-02-04 14:06:02 -08:00
..
SCRAPBOOK.md Remove missing links 2013-10-09 12:43:15 -04:00
application.yml Strip trailing whitespace 2014-01-21 10:22:00 -08:00
howto.md Restore active profile logic and support `+` 2014-02-04 14:06:02 -08:00