SystemEnvironmentPropertySourceEnvironmentPostProcessor
open class SystemEnvironmentPropertySourceEnvironmentPostProcessor : EnvironmentPostProcessor, Ordered
An EnvironmentPostProcessor that replaces the systemEnvironment SystemEnvironmentPropertySource with an OriginAwareSystemEnvironmentPropertySource that can track the SystemEnvironmentOrigin for every system environment property.
Author
Madhura Bhave
Since
2.0.0
Properties
Functions
Link copied to clipboard
open fun postProcessEnvironment(environment: ConfigurableEnvironment, application: SpringApplication)
Post-process the given
environment
.