1.1 KiB
1.1 KiB
Spring REST
This module contains articles about REST APIs with Spring
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Spring @RequestMapping
- Returning Custom Status Codes from Spring Controllers
- Binary Data Formats in a Spring REST API
- Guide to UriComponentsBuilder in Spring
- A Custom Media Type for a Spring REST API
- HTTP PUT vs HTTP PATCH in a REST API
- Guide to DeferredResult in Spring
- How to Set a Header on a Response with Spring 5
- Download an Image or a File with Spring MVC