Class DevToolsPropertyDefaultsPostProcessor

  • All Implemented Interfaces:
    org.springframework.boot.env.EnvironmentPostProcessor

    @Order(2147483647)
    public class DevToolsPropertyDefaultsPostProcessor
    extends Object
    implements org.springframework.boot.env.EnvironmentPostProcessor
    EnvironmentPostProcessor to add properties that make sense when working at development time.
    Since:
    1.3.0
    • Method Detail

      • 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