Uses of Package
org.springframework.boot.env
Packages that use 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.
-
Classes in org.springframework.boot.env used by org.springframework.boot.cloudClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed. -
Classes in org.springframework.boot.env used by org.springframework.boot.context.configClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed. -
Classes in org.springframework.boot.env used by org.springframework.boot.devtools.envClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed. -
Classes in org.springframework.boot.env used by org.springframework.boot.envClassDescriptionProperty 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
. -
Classes in org.springframework.boot.env used by org.springframework.boot.reactorClassDescriptionAllows for customization of the application's
Environment
prior to the application context being refreshed.