类 DefaultPropertiesPropertySource


public class DefaultPropertiesPropertySource extends MapPropertySource
MapPropertySource containing default properties contributed directly to a SpringApplication. By convention, the DefaultPropertiesPropertySource is always the last property source in the Environment.
从以下版本开始:
2.4.0
作者:
Phillip Webb