intro-to-feign
Intro to Feign 1. Overview In this tutorial, we will introduce and explain Feign, a declarative HTTP client developed by Netflix. Feign aims at simplifying HTTP API clients. Simply put, the developer needs only to declare and annotate an interface while the actual implementation will be provisioned at runtime. 2.… Continue Reading intro-to-feign