oiavorskyi / sb-recipe-environment-post-processor

Modifying environment from SB auto-configuration using environment post-processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context

When creating a Spring Boot auto-configuration library that needs to manipulate properties of other dependencies, such as Spring Cloud Stream or Spring Cloud Sleuth, we can rely on the environment post-processing feature of Spring Boot. This recipe demonstrates how to do it and how to test the implementation.

About

Modifying environment from SB auto-configuration using environment post-processor


Languages

Language:Java 100.0%