Class 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.
Since:
2.4.0
Author:
Phillip Webb