Package-level declarations

External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.

See also

Types

Link copied to clipboard
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled.
Link copied to clipboard
Configuration data that has been loaded from a ConfigDataResource and may ultimately contribute property sources to Spring's Environment.
Link copied to clipboard
Abstract base class for configuration data exceptions.
Link copied to clipboard
Strategy class that can be used to load ConfigData for a given ConfigDataResource.
Link copied to clipboard
Context provided to ConfigDataLoader methods.
Link copied to clipboard
A user specified location that can be resolved to one or more config data resources.
Link copied to clipboard
Strategy interface used to resolve locations into one or more resources.
Link copied to clipboard
Link copied to clipboard
Action to take when an uncaught ConfigDataNotFoundException is thrown.
Link copied to clipboard
abstract class ConfigDataResource
A single resource from which ConfigData can be loaded.
Link copied to clipboard
ConfigDataLoader for config tree locations.
Link copied to clipboard
ConfigDataResource backed by a config tree directory.
Link copied to clipboard
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.
Link copied to clipboard
ApplicationListener that delegates to other listeners that are specified under a context.listener.
Link copied to clipboard
Exception thrown when an attempt is made to resolve a property against an inactive ConfigData property source.
Link copied to clipboard
Exception thrown if an invalid property is found when processing config data.
Link copied to clipboard
open class Profiles : Iterable<T>
Provides access to environment profiles that have either been set directly on the Environment or will be set based on configuration data property values.
Link copied to clipboard
Link copied to clipboard
Exception throw if a ConfigDataLocation is not supported.