Package | Description |
---|---|
org.springframework.boot.cloud |
Low level support for Cloud deployments.
|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
org.springframework.boot.devtools.env |
DevTools classes relating to Spring Framework's
Environment . |
org.springframework.boot.env |
Spring
Environment support. |
org.springframework.boot.reactor |
Support classes for Reactor integration.
|
Class and Description |
---|
EnvironmentPostProcessor
Allows for customization of the application's
Environment prior to the
application context being refreshed. |
Class and Description |
---|
EnvironmentPostProcessor
Allows for customization of the application's
Environment prior to the
application context being refreshed. |
Class and Description |
---|
EnvironmentPostProcessor
Allows for customization of the application's
Environment prior to the
application context being refreshed. |
Class and Description |
---|
ConfigTreePropertySource.Option
Property source options.
|
ConfigTreePropertySource.Value
A value returned from the property source which exposes the contents of the
property file.
|
EnvironmentPostProcessor
Allows for customization of the application's
Environment prior to the
application context being refreshed. |
EnvironmentPostProcessorsFactory
Factory interface used by the
EnvironmentPostProcessorApplicationListener to
create the EnvironmentPostProcessor instances. |
PropertySourceLoader
Strategy interface located via
SpringFactoriesLoader and used to load a
PropertySource . |
Class and Description |
---|
EnvironmentPostProcessor
Allows for customization of the application's
Environment prior to the
application context being refreshed. |