In one of the last blog post, I demonstrated how to test the Spring RestTemplate with @RestClientTest. With this elegant solution, you

Read More

Testcontainers is now for almost a year part of my core testing libraries set. It allows you to control Docker containers for

Read More

Securing your frontend application with a login and managing a user pool is something you can either write for yourself or use

Read More

If you are familiar with Spring Boot, you might wonder if you can use this knowledge to write a serverless application using

Read More

Recently the Spring Boot team announced the release of Spring Boot 2.3. While I was reading the official release notes, I created

Read More

If your Spring Boot application integrates AWS services like S3, SNS, or SQS, you might wonder how to write effective integration tests.

Read More

If you are familiar with the AWS services landscape, you might already know the Parameter Store (part of the AWS System Manager,

Read More

This is a living document to provide a central place for common Spring Web MVC use cases. With this Spring MVC cheat

Read More

With Spring Boot, you only need one dependency to have a solid testing infrastructure: Spring Boot Starter Test. Using this starter, you'll

Read More

Spring Boot provides a set of annotations you can use for writing tests for a specific part of your application. These annotations

Read More