Class MicroserviceDefaultPropertiesRegistrar
java.lang.Object
com.cumulocity.microservice.properties.MicroserviceDefaultPropertiesRegistrar
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
@Order
public class MicroserviceDefaultPropertiesRegistrar
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Field Details
-
MICROSERVICE_DEFAULT_PROPERTIES_LOCATION
- See Also:
-
-
Constructor Details
-
MicroserviceDefaultPropertiesRegistrar
public MicroserviceDefaultPropertiesRegistrar()
-
-
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
-