[JAVA-9347] Split spring-rest-http module
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
## Spring REST HTTP
|
||||
|
||||
This module contains articles about HTTP in REST APIs with Spring
|
||||
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](https://www.baeldung.com/spring-uricomponentsbuilder)
|
||||
- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header) - The tests contained for this article rely on the sample application within the [spring-resttemplate](/spring-resttemplate) module
|
||||
- [Returning Custom Status Codes from Spring Controllers](https://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
|
||||
- [Spring RequestMapping](https://www.baeldung.com/spring-requestmapping)
|
||||
@@ -15,3 +14,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
- [Using JSON Patch in Spring REST APIs](https://www.baeldung.com/spring-rest-json-patch)
|
||||
- [OpenAPI JSON Objects as Query Parameters](https://www.baeldung.com/openapi-json-query-parameters)
|
||||
- [Dates in OpenAPI Files](https://www.baeldung.com/openapi-dates)
|
||||
- More articles: [[next -->]](../spring-rest-http-2)
|
||||
|
||||
Reference in New Issue
Block a user