moveToEnd

open fun moveToEnd(environment: ConfigurableEnvironment)

Move the 'defaultProperties' property source so that it's the last source in the given ConfigurableEnvironment.

Parameters

environment

the environment to update


open fun moveToEnd(propertySources: MutablePropertySources)

Move the 'defaultProperties' property source so that it's the last source in the given MutablePropertySources.

Parameters

propertySources

the property sources to update