Class VendorEnvironmentPostProcessor

java.lang.Object
com.broadleafcommerce.vendor.autoconfigure.VendorEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class VendorEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Default property overrides for Vendor Services
Author:
Jon Fleschler (jfleschler)
  • Constructor Details

    • VendorEnvironmentPostProcessor

      public VendorEnvironmentPostProcessor()
  • 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