类 DevToolsHomePropertiesPostProcessor
java.lang.Object
org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- 所有已实现的接口:
EnvironmentPostProcessor
EnvironmentPostProcessor to add devtools properties from the user's home
directory.- 从以下版本开始:
- 1.3.0
- 作者:
- Phillip Webb, Andy Wilkinson, HaiTao Zhang, Madhura Bhave
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected FilevoidpostProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) Post-process the givenenvironment.
-
构造器详细资料
-
DevToolsHomePropertiesPostProcessor
public DevToolsHomePropertiesPostProcessor()
-
-
方法详细资料
-
postProcessEnvironment
public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) 从接口复制的说明:EnvironmentPostProcessorPost-process the givenenvironment.- 指定者:
postProcessEnvironment在接口中EnvironmentPostProcessor- 参数:
environment- the environment to post-processapplication- the application to which the environment belongs
-
getHomeDirectory
-