Uses of Package
org.springframework.boot.env
Package
Description
Low level support for Cloud deployments.
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
DevTools classes relating to Spring Framework's
Environment
.Spring
Environment
support.Support classes for Reactor integration.
-
ClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed. -
ClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed. -
ClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed. -
ClassDescriptionProperty source options.A value returned from the property source which exposes the contents of the property file.Allows for customization of the application's
Environment
prior to the application context being refreshed.SmartApplicationListener
used to triggerEnvironmentPostProcessors
registered in thespring.factories
file.Factory interface used by theEnvironmentPostProcessorApplicationListener
to create theEnvironmentPostProcessor
instances.Strategy interface located throughSpringFactoriesLoader
and used to load aPropertySource
. -
ClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed.