onPropertySourceAdded
open fun onPropertySourceAdded(propertySource: PropertySource<out Any>, location: ConfigDataLocation, resource: ConfigDataResource)
Called when a new PropertySource is added to the Environment.
Parameters
propertySource
the PropertySource that was added
location
the original ConfigDataLocation of the source.
resource
the ConfigDataResource of the source.