java-tutorials/spring-web-modules/spring-resttemplate-2/README.md

14 lines
858 B
Markdown
Raw Normal View History

## Spring RestTemplate
This module contains articles about Spring RestTemplate
### Relevant Articles:
2020-07-07 07:18:10 -04:00
- [Spring RestTemplate Request/Response Logging](https://www.baeldung.com/spring-resttemplate-logging)
- [Proxies With RestTemplate](https://www.baeldung.com/java-resttemplate-proxy)
- [A Custom Media Type for a Spring REST API](https://www.baeldung.com/spring-rest-custom-media-type)
2020-11-23 14:01:37 -05:00
- [How to Compress Requests Using the Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-compressing-requests)
2020-12-23 09:30:16 -05:00
- [Get list of JSON objects with Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-json-list)
2021-02-03 11:13:24 -05:00
- [Spring RestTemplate Exception: “Not enough variables available to expand”](https://www.baeldung.com/spring-not-enough-variables-available)
2024-03-02 04:13:33 -05:00
- [A Guide To Spring Redirects](https://www.baeldung.com/spring-redirect-and-forward)