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 |
---|---|
ConfigData |
ConfigDataLoader.load(ConfigDataLoaderContext context,
L location)
Load
ConfigData for the given location. |
List<L> |
ConfigDataLocationResolver.resolve(ConfigDataLocationResolverContext context,
String location,
boolean optional)
Resolve a location string into one or more
ConfigDataLocation instances. |
default List<L> |
ConfigDataLocationResolver.resolveProfileSpecific(ConfigDataLocationResolverContext context,
String location,
boolean optional,
Profiles profiles)
Resolve a location string into one or more
ConfigDataLocation instances
based on available profiles. |