@CompileStatic @Slf4j class GroovyConfigPropertySourceLoader extends Object implements PropertySourceLoader
Adds support for defining a 'application.groovy' file in ConfigSlurper format in order to configure Spring Boot within Grails
| Constructor and description |
|---|
GroovyConfigPropertySourceLoader() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String[] |
getFileExtensions() |
|
List<PropertySource<?>> |
load(String name, Resource resource) |
|
List<PropertySource<?>> |
load(String name, Resource resource, List<String> filteredKeys) |