Updated README.md

added link back to the article: https://www.baeldung.com/spring-openfeign-propagate-exception
This commit is contained in:
Asjad J 2022-08-17 16:34:32 +05:00 committed by GitHub
parent 82346b90c8
commit b8dfb5701f
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@
- [Provide an OAuth2 Token to a Feign Client](https://www.baeldung.com/spring-cloud-feign-oauth-token)
- [Retrieve Original Message From Feign ErrorDecoder](https://www.baeldung.com/feign-retrieve-original-message)
- [RequestLine with Feign Client](https://www.baeldung.com/feign-requestline)
- [Propagating Exceptions With OpenFeign and Spring](https://www.baeldung.com/spring-openfeign-propagate-exception)