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 Details

    • MICROSERVICE_DEFAULT_PROPERTIES_LOCATION

      public static final String 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 interface org.springframework.boot.env.EnvironmentPostProcessor