While watching Andy Wilkinson's great talk, Testing Spring Boot Applications on YouTube, he brought my attention to a hidden gem for testing

Read More

Spring Once you use the Spring WebClient at multiple places in your application, providing a unified configuration with copy-pasting, e.g., common headers

Read More

Monitoring the outcome of your HTTP calls is essential in a distributed system. Increased response times or error status codes can break

Read More

Ensuring your application is working properly is a critical part of continuous integration and delivery. Unit tests help you to test your

Read More

Alongside the WebClient, Spring provides a WebTestClient for testing purposes. The API of this class is similar to the WebClient and allows

Read More

With this blog post, you'll get an overview of how to get started with Kotlin and Maven for building Spring Boot applications.

Read More

This article showcases a testing recipe for writing integration tests for Spring Boot applications using WireMock and JUnit. In one of the

Read More

In one of my previous blog posts, I gave an example of how to configure the Spring WebClient for OAuth2 using Spring

Read More

With OAuth2 being the current de-facto authorization framework, a lot of vendors use it to secure their APIs. Furthermore, you can use

Read More

Almost one year after the release of Spring Boot 2.1, we get a new release: Spring Boot 2.2. The Spring Boot team

Read More