Managing Spring Boot properties after version 2.4
Managing Spring Boot properties in a multi-module application can be intimidating. In this post, we’ll look at how Spring Boot resolves property conflicts and how to make our builds more consistent. Changes introduced in version 2.4 help a lot. Let’s review how to take advantage of the new features …