Class OrderEnvironmentPostProcessor
java.lang.Object
com.broadleafcommerce.order.autoconfigure.OrderEnvironmentPostProcessor
- All Implemented Interfaces:
 org.springframework.boot.env.EnvironmentPostProcessor
public class OrderEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Default property overrides for Order Services
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)  
- 
Constructor Details
- 
OrderEnvironmentPostProcessor
public OrderEnvironmentPostProcessor() 
 - 
 - 
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
 
 -