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 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. |