Package | Description |
---|---|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
Class and Description |
---|
ConfigData
Configuration data that has been loaded from a
ConfigDataResource and may
ultimately contribute property sources to Spring's
Environment . |
ConfigData.Option
Option flags that can be applied config data.
|
ConfigDataException
Abstract base class for configuration data exceptions.
|
ConfigDataLoader
Strategy class that can be used used to load
ConfigData for a given
ConfigDataResource . |
ConfigDataLoaderContext
Context provided to
ConfigDataLoader methods. |
ConfigDataLocation
A user specified location that can be
resolved to
one or config data resources . |
ConfigDataLocationNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be
found. |
ConfigDataLocationResolver |
ConfigDataLocationResolverContext
Context provided to
ConfigDataLocationResolver methods. |
ConfigDataNotFoundAction
Action to take when an uncaught
ConfigDataNotFoundException is thrown. |
ConfigDataNotFoundException
ConfigDataNotFoundException thrown when a ConfigData cannot be found. |
ConfigDataResource
A single resource from which
ConfigData can be loaded. |
ConfigDataResourceNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataResource cannot be
found. |
ConfigTreeConfigDataResource
ConfigDataResource backed by a config tree directory. |
Profiles
Provides access to environment profiles that have either been set directly on the
Environment or will be set based on configuration data property values. |
StandardConfigDataResource
ConfigDataResource backed by a Resource . |