类 DevToolsHomePropertiesPostProcessor

  • 所有已实现的接口:
    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 folder.
    从以下版本开始:
    1.3.0
    • 方法详细资料

      • postProcessEnvironment

        public void postProcessEnvironment​(org.springframework.core.env.ConfigurableEnvironment environment,
                                           org.springframework.boot.SpringApplication application)
        指定者:
        postProcessEnvironment 在接口中 org.springframework.boot.env.EnvironmentPostProcessor