mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Polish
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ class ConfigDataEnvironment {
|
||||
locations.add(ConfigDataLocation.of("optional:file:./config/"));
|
||||
locations.add(ConfigDataLocation.of("optional:file:./config/*/"));
|
||||
DEFAULT_SEARCH_LOCATIONS = locations.toArray(new ConfigDataLocation[0]);
|
||||
};
|
||||
}
|
||||
|
||||
private static final ConfigDataLocation[] EMPTY_LOCATIONS = new ConfigDataLocation[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user