java-tutorials/spring-cloud-modules/spring-cloud-openfeign/README.md

9 lines
594 B
Markdown
Raw Normal View History

### Relevant Articles:
- [Introduction to Spring Cloud OpenFeign](https://www.baeldung.com/spring-cloud-openfeign)
2020-10-07 05:21:34 -04:00
- [Differences Between Netflix Feign and OpenFeign](https://www.baeldung.com/netflix-feign-vs-openfeign)
2021-02-17 15:35:13 -05:00
- [File Upload With Open Feign](https://www.baeldung.com/java-feign-file-upload)
2021-06-09 04:52:42 -04:00
- [Feign Logging Configuration](https://www.baeldung.com/java-feign-logging)
2022-02-23 06:09:35 -05:00
- [Provide an OAuth2 Token to a Feign Client](https://www.baeldung.com/spring-cloud-feign-oauth-token)
2022-03-16 09:12:31 -04:00
- [Retrieve Original Message From Feign ErrorDecoder](https://www.baeldung.com/feign-retrieve-original-message)