Class DevToolsPropertyDefaultsPostProcessor
java.lang.Object
org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- All Implemented Interfaces:
- EnvironmentPostProcessor
@Order(2147483647)
public class DevToolsPropertyDefaultsPostProcessor
extends Object
implements EnvironmentPostProcessor
EnvironmentPostProcessor to add properties that make sense when working at
 development time.- Since:
- 1.3.0
- Author:
- Phillip Webb, Andy Wilkinson, Madhura Bhave
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Post-process the givenenvironment.
- 
Constructor Details- 
DevToolsPropertyDefaultsPostProcessorpublic DevToolsPropertyDefaultsPostProcessor()
 
- 
- 
Method Details- 
postProcessEnvironmentpublic void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Description copied from interface:EnvironmentPostProcessorPost-process the givenenvironment.- Specified by:
- postProcessEnvironmentin interface- EnvironmentPostProcessor
- Parameters:
- environment- the environment to post-process
- application- the application to which the environment belongs
 
 
-