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 | Class and Description |
---|---|
class |
ConfigDataLocationNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be
found. |
class |
ConfigDataResourceNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataResource cannot be
found. |
Modifier and Type | Method and Description |
---|---|
ConfigData |
StandardConfigDataLoader.load(ConfigDataLoaderContext context,
StandardConfigDataResource resource) |
List<StandardConfigDataResource> |
StandardConfigDataLocationResolver.resolve(ConfigDataLocationResolverContext context,
ConfigDataLocation location) |