java-tutorials/spring-resttemplate/README.md

13 lines
695 B
Markdown
Raw Normal View History

## 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)
- [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)