Update README.md

[skip ci]
This commit is contained in:
edizor 2023-03-04 11:21:38 +08:00 committed by GitHub
parent bec630aec9
commit 33ee2024db
1 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ This module contains articles about Feign
- [Feign Logging Configuration](https://www.baeldung.com/java-feign-logging)
- [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)
- [Propagating Exceptions With OpenFeign and Spring](https://www.baeldung.com/spring-openfeign-propagate-exception)
- [Post form-url-encoded Data with Spring Cloud Feign](https://www.baeldung.com/spring-cloud-post-form-url-encoded-data)