Class TenantDefaultsEnvironmentPostProcessor

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

public class TenantDefaultsEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Initializes the default property overrides for the tenant service
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • TenantDefaultsEnvironmentPostProcessor

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