Learn a different ways of handling most common Spring exceptions and returning detailed custom error messages from a Spring REST API.
Spring Web Tutorials
Learn to build secure web applications using Spring Web Framework.
Custom Media Types in Spring REST API
A guide on How to Use Custom Media Types in Spring REST API. Covers Versioning Spring REST API by using Custom Media Types.
Return a Specific HTTP Response Status in Spring
This tutorial demonstrates how to return a specific HTTP Response Status from a controller in Spring or Spring Boot Application
Understand Http PUT vs PATCH with Examples
A Hands on Guide to Understand HTTP PUT vs PATCH with an example implementation of Spring REST API for both methods