程序包的使用
org.springframework.boot.env
程序包
说明
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.
-
类说明Allows for customization of the application's
Environment
prior to the application context being refreshed. -
类说明Allows for customization of the application's
Environment
prior to the application context being refreshed. -
类说明Allows for customization of the application's
Environment
prior to the application context being refreshed. -
类说明Property 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
. -
类说明Allows for customization of the application's
Environment
prior to the application context being refreshed.