public class ServerlessEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static String |
SPRING_ACTIVE_PROFILES |
static String |
SPRING_ADDITIONAL_LOCATION |
static String |
SPRING_CONFIG_LOCATION |
| Constructor and Description |
|---|
ServerlessEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalPath(String path) |
int |
getOrder()
优先级在 ConfigFileApplicationListener / ConfigDataEnvironmentPostProcessor 紧跟之后
|
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public static final String SPRING_CONFIG_LOCATION
public static final String SPRING_ADDITIONAL_LOCATION
public static final String SPRING_ACTIVE_PROFILES
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2024. All rights reserved.