程序包的使用
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
Environmentprior to the application context being refreshed. -
类说明Allows for customization of the application's
Environmentprior to the application context being refreshed. -
类说明Allows for customization of the application's
Environmentprior 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
Environmentprior to the application context being refreshed.SmartApplicationListenerused to triggerEnvironmentPostProcessorsregistered in thespring.factoriesfile.Factory interface used by theEnvironmentPostProcessorApplicationListenerto create theEnvironmentPostProcessorinstances.Strategy interface located throughSpringFactoriesLoaderand used to load aPropertySource. -
类说明Allows for customization of the application's
Environmentprior to the application context being refreshed.