Uses of Package
org.springframework.boot.env
Packages that use org.springframework.boot.env
Package
Description
Spring
Environment
support.Classes supporting application concerns and the org.springframework.boot package.
-
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.
MapPropertySource
containing default properties contributed directly to aSpringApplication
.Interface that can be optionally implemented by aPropertySource
to provide additional information.Strategy interface located throughSpringFactoriesLoader
and used to load aPropertySource
. -
Classes in org.springframework.boot.env used by org.springframework.boot.supportClassDescriptionInterface that can be optionally implemented by a
PropertySource
to provide additional information.