Bumping versions
This commit is contained in:
@@ -220,7 +220,8 @@ public class NativeEnvironmentRepository
|
||||
map.put("spring.config.location", StringUtils.arrayToCommaDelimitedString(
|
||||
getLocations(application, profile, label).getLocations()));
|
||||
// globally ignore config files that are not found
|
||||
map.put("spring.config.all-locations-optional", true); //TODO: remove old property
|
||||
map.put("spring.config.all-locations-optional", true); // TODO: remove old
|
||||
// property
|
||||
map.put("spring.config.on-location-not-found", "ignore");
|
||||
environment.getPropertySources()
|
||||
.addFirst(new MapPropertySource("config-data-setup", map));
|
||||
|
||||
Reference in New Issue
Block a user