Declarative REST Client: Feign
Feign is a declarative REST client developed by Netflix. It makes writing REST clients easier by providing a simple API that allows you to define the endpoints you want to call and the parameters...
Feign is a declarative REST client developed by Netflix. It makes writing REST clients easier by providing a simple API that allows you to define the endpoints you want to call and the parameters...