接口的使用
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的使用
修饰符和类型类说明classEnvironmentPostProcessorto add devtools properties from the user's home directory.classEnvironmentPostProcessorto add properties that make sense when working at development time. -
org.springframework.boot.env中EnvironmentPostProcessor的使用
修饰符和类型类说明classEnvironmentPostProcessorto add theRandomValuePropertySource.classAnEnvironmentPostProcessorthat parses JSON fromspring.application.jsonor equivalentlySPRING_APPLICATION_JSONand adds it as a map property source to theEnvironment.classAnEnvironmentPostProcessorthat replaces the systemEnvironmentSystemEnvironmentPropertySourcewith anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySourcethat can track theSystemEnvironmentOriginfor every system environment property.返回变量类型为EnvironmentPostProcessor的类型的org.springframework.boot.env中的方法修饰符和类型方法说明EnvironmentPostProcessorsFactory.getEnvironmentPostProcessors(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessorinstances. -
org.springframework.boot.reactor中EnvironmentPostProcessor的使用
修饰符和类型类说明classEnvironmentPostProcessorto enable the Reactor global features as early as possible in the startup process.