2018-08-26 23:24:46 +05:30
|
|
|
## Spring REST Example Project
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-02-28 20:36:16 +08:00
|
|
|
- [The Guide to RestTemplate](http://www.baeldung.com/rest-template)
|
2018-08-26 23:24:46 +05:30
|
|
|
- [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 18:45:17 +02: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 10:04:29 +03:00
|
|
|
- [RestTemplate Post Request with JSON](https://www.baeldung.com/spring-resttemplate-post-json)
|