Class CommonEnvironmentPostProcessor
- java.lang.Object
 - 
- com.broadleafcommerce.common.extension.autoconfigure.CommonEnvironmentPostProcessor
 
 
- 
- All Implemented Interfaces:
 org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
public class CommonEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
Default property overrides for the common library- Author:
 - Jeff Fischer
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CommonEnvironmentPostProcessor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) 
 - 
 
- 
- 
Method Detail
- 
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)- Specified by:
 postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
 
- 
getOrder
public int getOrder()
- Specified by:
 getOrderin interfaceorg.springframework.core.Ordered
 
 - 
 
 -