Class DataFeedEnvironmentPostProcessor
java.lang.Object
com.broadleafcommerce.datafeed.autoconfigure.DataFeedEnvironmentPostProcessor
- All Implemented Interfaces:
- org.springframework.boot.env.EnvironmentPostProcessor
public class DataFeedEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Default property overrides for Data Feed Services
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) 
- 
Constructor Details- 
DataFeedEnvironmentPostProcessorpublic DataFeedEnvironmentPostProcessor()
 
- 
- 
Method Details- 
postProcessEnvironmentpublic void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
- postProcessEnvironmentin interface- org.springframework.boot.env.EnvironmentPostProcessor
 
 
-