2019-10-17 12:17:31 -04:00
|
|
|
## Spring RestTemplate
|
|
|
|
|
|
|
|
This module contains articles about Spring RestTemplate
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [The Guide to RestTemplate](https://www.baeldung.com/rest-template)
|
|
|
|
- [Exploring the Spring Boot TestRestTemplate](https://www.baeldung.com/spring-boot-testresttemplate)
|
|
|
|
- [Spring RestTemplate Error Handling](https://www.baeldung.com/spring-rest-template-error-handling)
|
|
|
|
- [Configure a RestTemplate with RestTemplateBuilder](https://www.baeldung.com/spring-rest-template-builder)
|
|
|
|
- [Mocking a RestTemplate in Spring](https://www.baeldung.com/spring-mock-rest-template)
|
|
|
|
- [RestTemplate Post Request with JSON](https://www.baeldung.com/spring-resttemplate-post-json)
|
|
|
|
- [Download a Large File Through a Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-download-large-file)
|
|
|
|
- [Using the Spring RestTemplate Interceptor](https://www.baeldung.com/spring-rest-template-interceptor)
|
|
|
|
- [Uploading MultipartFile with Spring RestTemplate](https://www.baeldung.com/spring-rest-template-multipart-upload)
|
|
|
|
- [Get and Post Lists of Objects with RestTemplate](https://www.baeldung.com/spring-rest-template-list)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Copy of RestTemplate Post Request with JSON](https://www.baeldung.com/spring-resttemplate-post-json-test)
|
2019-12-08 05:42:40 -05:00
|
|
|
- [HTTP PUT vs HTTP PATCH in a REST API](https://www.baeldung.com/http-put-patch-difference-spring)
|
|
|
|
- [A Custom Media Type for a Spring REST API](https://www.baeldung.com/spring-rest-custom-media-type)
|
|
|
|
- [Download an Image or a File with Spring MVC](https://www.baeldung.com/spring-controller-return-image-file)
|
2019-11-26 11:59:51 -05:00
|
|
|
|
|
|
|
### NOTE:
|
|
|
|
|
|
|
|
This module is closed and should **not** be used to store the code
|
|
|
|
for any further articles.
|