Class DevToolsPropertyDefaultsPostProcessor
- java.lang.Object
- org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
- All Implemented Interfaces:
- org.springframework.boot.env.EnvironmentPostProcessor
 - @Order(2147483647) public class DevToolsPropertyDefaultsPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor - EnvironmentPostProcessorto add properties that make sense when working at development time.- Since:
- 1.3.0
 
- Constructor Summary- Constructors - Constructor - Description - DevToolsPropertyDefaultsPostProcessor()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
 
- Constructor Detail- DevToolsPropertyDefaultsPostProcessor- public DevToolsPropertyDefaultsPostProcessor() 
 
 - Method Detail- postProcessEnvironment- public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
- postProcessEnvironmentin interface- org.springframework.boot.env.EnvironmentPostProcessor