6a3ba86878
* BAEL-4915 added in the code for the article on long polling using DeferredResult * BAEL-4915 altered package for long polling article due to previous package being full Co-authored-by: Liam Garvie <liamgarvie@Liams-MacBook-Pro.local> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Spring REST HTTP
This module contains articles about HTTP in REST APIs with Spring
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Guide to UriComponentsBuilder in Spring
- How to Set a Header on a Response with Spring 5 - The tests contained for this article rely on the sample application within the spring-resttemplate module
- Returning Custom Status Codes from Spring Controllers
- Spring RequestMapping
- Guide to DeferredResult in Spring
- Using JSON Patch in Spring REST APIs
- OpenAPI JSON Objects as Query Parameters
- Dates in OpenAPI Files