
|
If you were logged in you would be able to see more operations.
|
|
|
|
We need to be able to declare and use multiple configuration files (loaded as either file resources as classpath resources) for service configuration support.
An example would be:
As classpath resources:
configuration: 'classpath:simple_config.groovy,simple_config2.groovy'
Loaded from the file system
configuration: 'src/main/config/simple_config.groovy,src/main/config/simple_config2.groovy'
|
|
Description
|
We need to be able to declare and use multiple configuration files (loaded as either file resources as classpath resources) for service configuration support.
An example would be:
As classpath resources:
configuration: 'classpath:simple_config.groovy,simple_config2.groovy'
Loaded from the file system
configuration: 'src/main/config/simple_config.groovy,src/main/config/simple_config2.groovy' |
Show » |
|