Bind spring-boot configuration properties in Kotlin
This post showcases how to bind in spring-boot projects written in kotlin. Spring Boot offers the @ConfigurationProperties annotation in…
Testing spring-retry functionality with Cucumber
This post is intended to be heads up on the benefits in the readability of the test scenarios that come when using Cucumber library. The…
Spring retry metrics
This demo showcases how to add metrics on the spring-retry functionality with the micrometer library. The project spring-retry offers both…