@Configuration public class Configs extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
| 构造器和说明 |
|---|
Configs() |
| 限定符和类型 | 方法和说明 |
|---|---|
Properties |
getConfig(org.springframework.core.env.ConfigurableEnvironment env) |
int |
getOrder() |
static void |
main(String[] args) |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment 在接口中 org.springframework.boot.env.EnvironmentPostProcessorpublic int getOrder()
getOrder 在接口中 org.springframework.core.Orderedpublic Properties getConfig(org.springframework.core.env.ConfigurableEnvironment env) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2017. All rights reserved.