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 Details

    • OrderEnvironmentPostProcessor

      public OrderEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor