| 构造器和说明 |
|---|
AbstractConventionEnvironmentPostProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract String[] |
getLocationsPrefix(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
protected abstract String |
getName(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public AbstractConventionEnvironmentPostProcessor()
public final void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment 在接口中 org.springframework.boot.env.EnvironmentPostProcessorprotected abstract String getName(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
protected abstract String[] getLocationsPrefix(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
Copyright © 2020. All rights reserved.