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 an external
location 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.
|
ConfigDataLoaderContext
Context provided to
ConfigDataLoader methods. |
ConfigDataLocation
A location from which
ConfigData can be loaded. |
ConfigDataLocationNotFoundAction
Action to take when an uncaught
ConfigDataLocationNotFoundException is thrown. |
ConfigDataLocationNotFoundException
Exception thrown when a config data location cannot be found.
|
ConfigDataLocationResolverContext
Context provided to
ConfigDataLocationResolver methods. |
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. |