A guide on How to Use Custom Media Types in Spring REST API. Covers Versioning Spring REST API by using Custom Media Types.
Spring Boot Tutorials
Tutorials on the basic concepts and features of Spring Boot Framework.
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
Enable Spring Boot Application Startup Metrics to Diagnose Slow Startup
Guide to enable Spring Boot ApplicationStartup Metrics in /startup actuator endpoint and Java Flight Recorder
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
Spring Boot Application in Embedded Jetty Server
This tutorial demonstrates How to Run Spring Boot Application in Embedded Jetty Server with the help of examples
How to Change Context Path in Spring Boot
Examples of updating Spring Boot application’s context path with YAML, command argument, system or environment variable or programmatically