Spring Framework Tutorials

This is a living document to provide a central place for common Spring Web MVC use

Spring Web MVC Cheat Sheet

Spring Framework Tutorials, Testing Tutorials

Spring Boot provides a set of annotations you can use for writing tests for a specific

Testing JSON Serialization With @JsonTest and Spring Boot

Spring Framework Tutorials, Testing Tutorials

While watching Andy Wilkinson’s great talk, Testing Spring Boot Applications on YouTube, he brought my attention

Testing the Spring RestTemplate With @RestClientTest

Spring Framework Tutorials

Monitoring the outcome of your HTTP calls is essential in a distributed system. Increased response times

Expose Metrics of Spring WebClient using Spring Boot Actuator