Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson 2017-07-19 14:41:39 +01:00
commit bc5e4418ea
1 changed files with 2 additions and 1 deletions

View File

@ -561,7 +561,8 @@ Config locations are searched in reverse order. By default, the configured locat
When custom config locations are configured, they are used in addition to the default
locations. Custom locations are searched before the default locations. For example,
if custom locations `classpath:/custom-config/,file:./custom-config/` are configured, the search order becomes:
if custom locations `classpath:/custom-config/,file:./custom-config/` are configured,
the search order becomes:
1. `file:./custom-config/`
2. `classpath:custom-config/`