If true (and spring.cloud.config.allowOverride=true) then the bootstrap property source is added *last*, so all other property sources can override it (including local config files). Fixes gh-26, fixes gh-27.
Fixes gh-14