Merge pull request #12302 from dkapil/task/JAVA-12418_2

JAVA-12418 Moved pending files to spring-cloud-modules
This commit is contained in:
Loredana Crusoveanu 2022-06-02 20:27:53 +03:00 committed by GitHub
commit 2941b31ce4
15 changed files with 1 additions and 3 deletions

View File

@ -6,3 +6,4 @@
- [Feign Logging Configuration](https://www.baeldung.com/java-feign-logging) - [Feign Logging Configuration](https://www.baeldung.com/java-feign-logging)
- [Provide an OAuth2 Token to a Feign Client](https://www.baeldung.com/spring-cloud-feign-oauth-token) - [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) - [Retrieve Original Message From Feign ErrorDecoder](https://www.baeldung.com/feign-retrieve-original-message)
- [RequestLine with Feign Client](https://www.baeldung.com/feign-requestline)

View File

@ -1,3 +0,0 @@
### Relevant Articles:
- [RequestLine with Feign Client](https://www.baeldung.com/feign-requestline)