resource path change to enable java -jar launching

This commit is contained in:
Mark Fisher
2015-06-04 09:34:00 -04:00
parent a172651fc1
commit 534ba30335

View File

@@ -78,7 +78,7 @@ public class ModuleOptionsPropertySourceInitializer implements
private ModuleDefinition getModuleDefinition() {
return ModuleDefinitions.simple(module.getName(),
ModuleType.valueOf(module.getType()), "classpath:");
ModuleType.valueOf(module.getType()), "file:.");
}
private void insert(ConfigurableEnvironment environment, MapPropertySource source) {