接口的使用
org.springframework.boot.env.EnvironmentPostProcessor
使用EnvironmentPostProcessor的程序包
程序包
说明
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.
-
org.springframework.boot.cloud中EnvironmentPostProcessor的使用
-
org.springframework.boot.context.config中EnvironmentPostProcessor的使用
修饰符和类型类说明class
-
org.springframework.boot.devtools.env中EnvironmentPostProcessor的使用
修饰符和类型类说明class
EnvironmentPostProcessor
to add devtools properties from the user's home directory.class
EnvironmentPostProcessor
to add properties that make sense when working at development time. -
org.springframework.boot.env中EnvironmentPostProcessor的使用
修饰符和类型类说明class
EnvironmentPostProcessor
to add theRandomValuePropertySource
.class
AnEnvironmentPostProcessor
that parses JSON fromspring.application.json
or equivalentlySPRING_APPLICATION_JSON
and adds it as a map property source to theEnvironment
.class
AnEnvironmentPostProcessor
that replaces the systemEnvironmentSystemEnvironmentPropertySource
with anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
that can track theSystemEnvironmentOrigin
for every system environment property.返回变量类型为EnvironmentPostProcessor的类型的org.springframework.boot.env中的方法修饰符和类型方法说明EnvironmentPostProcessorsFactory.getEnvironmentPostProcessors
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessor
instances. -
org.springframework.boot.reactor中EnvironmentPostProcessor的使用
修饰符和类型类说明class
EnvironmentPostProcessor
to enable the Reactor global features as early as possible in the startup process.