DefaultPropertiesPropertySource
MapPropertySource containing default properties contributed directly to a SpringApplication
. By convention, the DefaultPropertiesPropertySource is always the last property source in the Environment.
Author
Phillip Webb
Since
2.4.0
Constructors
Link copied to clipboard
Create a new DefaultPropertiesPropertySource with the given
Map
source.Properties
Functions
Link copied to clipboard
Add a new DefaultPropertiesPropertySource or merge with an existing one.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return
true
if the given source is named 'defaultProperties'.Link copied to clipboard
Create a new DefaultPropertiesPropertySource instance if the provided source is not empty.
Link copied to clipboard
Move the 'defaultProperties' property source so that it's the last source in the given ConfigurableEnvironment.
Move the 'defaultProperties' property source so that it's the last source in the given MutablePropertySources.
Link copied to clipboard