SpringApplicationJsonEnvironmentPostProcessor
An EnvironmentPostProcessor that parses JSON from spring.application.json
or equivalently SPRING_APPLICATION_JSON
and adds it as a map property source to the Environment. The new properties are added with higher priority than the system properties.
Author
Dave Syer
Phillip Webb
Madhura Bhave
Artsiom Yudovin
Since
1.3.0
Properties
Functions
Link copied to clipboard
open fun postProcessEnvironment(environment: ConfigurableEnvironment, application: SpringApplication)
Post-process the given
environment
.