Declarative REST Client: Feign
In this tutorial, we’ll introduce 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...