Spring Boot Test Properties Reduction
In this article I will show how to reduce the set of application configuration properties available to a Spring Boot test. The reason for me wanting to do this is to be able to write tests for code that relies on a dynamic set of configuration properties. The source-code of the completed example project can… Read More »