Uses of Package
org.springframework.boot.context.config
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
ClassDescriptionConfiguration data that has been loaded from a
ConfigDataResource
and may ultimately contributeproperty sources
to Spring'sEnvironment
.Option flags that can be applied.A set ofConfigData.Option
flags.Strategy interface used to supplyConfigData.Options
for a givenPropertySource
.Abstract base class for configuration data exceptions.Strategy class that can be used to loadConfigData
for a givenConfigDataResource
.Context provided toConfigDataLoader
methods.A user specified location that can beresolved
to one or moreconfig data resources
.ConfigDataNotFoundException
thrown when aConfigDataLocation
cannot be found.Context provided toConfigDataLocationResolver
methods.Action to take when an uncaughtConfigDataNotFoundException
is thrown.ConfigDataNotFoundException
thrown when aConfigData
cannot be found.A single resource from whichConfigData
can be loaded.ConfigDataNotFoundException
thrown when aConfigDataResource
cannot be found.ConfigDataResource
backed by a config tree directory.Provides access to environment profiles that have either been set directly on theEnvironment
or will be set based on configuration data property values.ConfigDataResource
backed by aResource
.