spring-framework / org.springframework.core.env / CompositePropertySource / addPropertySource
addPropertySource
open fun addPropertySource(propertySource: PropertySource<*>): Unit
Add the given PropertySource to the end of the chain.
Parameters
propertySource - the PropertySource to add