Package | Description |
---|---|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
ConfigDataLoader.isLoadable(ConfigDataLoaderContext context,
L location)
Returns if the specified location can be loaded by this instance.
|
ConfigData |
ConfigDataLoader.load(ConfigDataLoaderContext context,
L location)
Load
ConfigData for the given location. |