Class FlowableDefaultPropertiesEnvironmentPostProcessor
java.lang.Object
com.flowable.spring.boot.environment.FlowableDefaultPropertiesEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
public class FlowableDefaultPropertiesEnvironmentPostProcessor
extends java.lang.Object
implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_ORDER -
Constructor Summary
Constructors Constructor Description FlowableDefaultPropertiesEnvironmentPostProcessor() -
Method Summary
Modifier and Type Method Description intgetOrder()voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Field Details
-
DEFAULT_ORDER
public static final int DEFAULT_ORDER- See Also:
- Constant Field Values
-
-
Constructor Details
-
FlowableDefaultPropertiesEnvironmentPostProcessor
public FlowableDefaultPropertiesEnvironmentPostProcessor()
-
-
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
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-