21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
|
## 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](https://www.baeldung.com/spring-requestmapping)
|
|||
|
- [Returning Custom Status Codes from Spring Controllers](https://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
|
|||
|
- [Binary Data Formats in a Spring REST API](https://www.baeldung.com/spring-rest-api-with-binary-data-formats)
|
|||
|
- [Guide to UriComponentsBuilder in Spring](https://www.baeldung.com/spring-uricomponentsbuilder)
|
|||
|
- [A Custom Media Type for a Spring REST API](https://www.baeldung.com/spring-rest-custom-media-type)
|
|||
|
- [HTTP PUT vs HTTP PATCH in a REST API](https://www.baeldung.com/http-put-patch-difference-spring)
|
|||
|
- [Spring – Log Incoming Requests](https://www.baeldung.com/spring-http-logging)
|
|||
|
- [How to Change the Default Port in Spring Boot](https://www.baeldung.com/spring-boot-change-port)
|
|||
|
- [Guide to DeferredResult in Spring](https://www.baeldung.com/spring-deferred-result)
|
|||
|
- [Spring Custom Property Editor](https://www.baeldung.com/spring-mvc-custom-property-editor)
|
|||
|
- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header)
|
|||
|
- [Download an Image or a File with Spring MVC](https://www.baeldung.com/spring-controller-return-image-file)
|