2018-08-26 13:54:46 -04:00
|
|
|
## Spring REST Example Project
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-02-28 07:36:16 -05:00
|
|
|
- [The Guide to RestTemplate](http://www.baeldung.com/rest-template)
|
2018-08-26 13:54:46 -04:00
|
|
|
- [Exploring the Spring Boot TestRestTemplate](http://www.baeldung.com/spring-boot-testresttemplate)
|
|
|
|
- [Spring RestTemplate Error Handling](http://www.baeldung.com/spring-rest-template-error-handling)
|
2018-12-15 11:45:17 -05:00
|
|
|
- [Configure a RestTemplate with RestTemplateBuilder](http://www.baeldung.com/spring-rest-template-builder)
|
|
|
|
- [Mocking a RestTemplate in Spring](https://www.baeldung.com/spring-mock-rest-template)
|
2019-05-05 03:04:29 -04:00
|
|
|
- [RestTemplate Post Request with JSON](https://www.baeldung.com/spring-resttemplate-post-json)
|
2019-07-03 02:38:23 -04:00
|
|
|
- [Download a Large File Through a Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-download-large-file)
|