A guide on How to Use Custom Media Types in Spring REST API. Covers Versioning Spring REST API by using Custom Media Types.
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
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
Spring AOP Custom Annotation Example
A practical example of How to write Spring AOP Custom annotation in a Spring or Spring Boot application and apply advices
Spring AOP @AfterReturning Advice with Examples
Hands on Guide to Spring AOP @AfterReturning Advice. Also contains Spring AOP AfterReturning examples in Spring or Spring Boot Project
Spring AOP @AfterThrowing advice with Examples
Hands on Guide to Spring AOP @AfterThrowing Advice. Also contains Spring AOP AfterThrowing examples in Spring or Spring Boot Project
Spring AOP @Around advice with Examples
Hands on guide to Spring AOP Around Advice with examples. Learn How to use Spring AOP @Around advice in Spring or Spring Boot Project.