Class CommonEnvironmentPostProcessor
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.charid.autoconfigure.CommonEnvironmentPostProcessor
- All Implemented Interfaces:
 org.springframework.boot.env.EnvironmentPostProcessor
public class CommonEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Default property overrides for the common library
- Author:
 - Jeff Fischer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)  
- 
Constructor Details
- 
CommonEnvironmentPostProcessor
public CommonEnvironmentPostProcessor() 
 - 
 - 
Method Details
- 
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
 postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
 
 -