resource path change to enable java -jar launching
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user