Class DevToolsHomePropertiesPostProcessor

java.lang.Object
org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class DevToolsHomePropertiesPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home directory.
Since:
1.3.0
  • Constructor Details

    • DevToolsHomePropertiesPostProcessor

      public DevToolsHomePropertiesPostProcessor()
  • 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
    • getHomeDirectory

      protected File getHomeDirectory()