@Order(value=2147483647) public abstract class AbstractBroadleafConfigEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
| Constructor and Description |
|---|
AbstractBroadleafConfigEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getConfigLocation() |
protected String |
getDefaultEnvironmentKey() |
protected String |
getPropertySuffix() |
protected void |
load(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.core.io.Resource resource,
String profile) |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public AbstractBroadleafConfigEnvironmentPostProcessor()
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorprotected void load(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.core.io.Resource resource,
String profile)
protected abstract String getConfigLocation()
protected String getPropertySuffix()
protected String getDefaultEnvironmentKey()
Copyright © 2016. All rights reserved.