JSON Payload Validation in Spring Boot
In this post, we’re going to explore how to validate an incoming JSON payload in a Spring Boot application. I wanted to use this exercise as a way to learn both validation, and automated testing. So we’re going to see unit tests for the validation logic in isolation, and also how this comes together with … Read more