|
|
|
|
@ -344,9 +344,7 @@ public class ConfigFileApplicationListener implements
@@ -344,9 +344,7 @@ public class ConfigFileApplicationListener implements
|
|
|
|
|
|
|
|
|
|
private void load(String location, String name, String profile) |
|
|
|
|
throws IOException { |
|
|
|
|
|
|
|
|
|
String group = "profile=" + (profile == null ? "" : profile); |
|
|
|
|
|
|
|
|
|
if (!StringUtils.hasText(name)) { |
|
|
|
|
// Try to load directly from the location
|
|
|
|
|
loadIntoGroup(group, location, profile); |
|
|
|
|
|