Revert change to placeholders in config file initializer

This commit is contained in:
Dave Syer 2013-08-07 16:53:15 +01:00
parent f40758c13d
commit 0d19b2d9fa
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class ConfigFileApplicationContextInitializer implements
private String[] searchLocations = new String[] { "classpath:", "file:./",
"classpath:config/", "file:./config/" };
private String names = "${spring.config.name},application";
private String names = "${spring.config.name:application}";
private int order = Integer.MIN_VALUE + 10;