• Dave Syer's avatar
    Change order of config file locations to be more natural · a47d5ccd
    Dave Syer authored
    The most natural order is "more specific locations win". That way
    if a use has application.properties in the root of a JAR (as is
    normal), overrides can always be made on
    classpath:/config/application.properties (as well as
    file:./application.properties which has always been the case).
    
    Before this change properties in classpath:/config/* were over
    written by those in the root location, not the other way round.
    
    Fixes gh-527
    a47d5ccd
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...