Closes gh-3721
This commit is contained in:
Josh Thornhill 2015-08-10 11:10:58 -04:00 committed by Stephane Nicoll
parent d1f7da9797
commit c13622ea29
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ environment variables or system properties.
In addition to `application.properties` files, profile-specific properties can also be In addition to `application.properties` files, profile-specific properties can also be
defined using the naming convention `application-{profile}.properties`. The defined using the naming convention `application-{profile}.properties`. The
`Environment` has a set of default profiles (by default `[default]`) which are `Environment` has a set of default profiles (by default `[default]`) which are
used if no active profiels are set (i.e. if no profiles are explicitly activated used if no active profiles are set (i.e. if no profiles are explicitly activated
then properties from `application-default.properties` are loaded). then properties from `application-default.properties` are loaded).
Profile specific properties are loaded from the same locations as standard Profile specific properties are loaded from the same locations as standard