Package io.camunda.optimize
Class SpringPropertiesPostProcessor
java.lang.Object
io.camunda.optimize.SpringPropertiesPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
@Component
public class SpringPropertiesPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Field Details
-
SPRING_HTTP2_ENABLED_PROPERTY
- See Also:
-
-
Constructor Details
-
SpringPropertiesPostProcessor
public SpringPropertiesPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-