类 MiscellaneousSetupEnvironmentPostProcessor
java.lang.Object
spring.turbo.core.env.EnvironmentPostProcessorSupport
spring.turbo.core.env.MiscellaneousSetupEnvironmentPostProcessor
- 所有已实现的接口:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
杂项设置
- 从以下版本开始:
- 2.0.8
- 作者:
- 应卓
- 另请参阅:
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器构造器说明MiscellaneousSetupEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext) -
方法概要
修饰符和类型方法说明voidexecute(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) 从类继承的方法 spring.turbo.core.env.EnvironmentPostProcessorSupport
debug, error, fatal, getBootstrapContext, getHomeDir, getHomePath, getLog, getOrder, info, postProcessEnvironment, setOrder, trace, warn
-
构造器详细资料
-
MiscellaneousSetupEnvironmentPostProcessor
public MiscellaneousSetupEnvironmentPostProcessor(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
-
-
方法详细资料
-
execute
public void execute(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - 指定者:
execute在类中EnvironmentPostProcessorSupport
-