Class BroadleafEnvironmentConfiguringPostProcessor
java.lang.Object
org.broadleafcommerce.common.config.BroadleafEnvironmentConfigurer
org.broadleafcommerce.common.config.BroadleafEnvironmentConfiguringPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class BroadleafEnvironmentConfiguringPostProcessor
extends BroadleafEnvironmentConfigurer
implements org.springframework.boot.env.EnvironmentPostProcessor
This is by default added into META-INF/spring.factories
with the EnvironmentPostProcessor
key.
In non-boot applications refer to BroadleafEnvironmentConfiguringApplicationListener
- Since:
- 6.1
- Author:
- Jay Aisenbrey (cja769)
- See Also:
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.config.BroadleafEnvironmentConfigurer
DEPRECATED_RUNTIME_ENVIRONMENT_KEY, FRAMEWORK_SOURCES_NAME, OVERRIDE_SOURCES_NAME, PROFILE_AWARE_SOURCES_NAME, PROPERTY_OVERRIDES_PROPERTY, PROPERTY_SHARED_OVERRIDES_PROPERTY, SHARED_OVERRIDE_SOURCES_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) Methods inherited from class org.broadleafcommerce.common.config.BroadleafEnvironmentConfigurer
addToEnvironment, configure, createClasspathResource, getDeprecatedDefaultProfileKey, getFrameworkSources, getProfileAwareSources
-
Constructor Details
-
BroadleafEnvironmentConfiguringPostProcessor
public BroadleafEnvironmentConfiguringPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironment
in interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-