/spring-cloud-feign-example

In this tutorial, we will learn about creating web service clients with Feign in a spring cloud application with an example for REST based HTTP calls. Two different services will register themselves to Netflix discovery server and will have Feign client integrated with customer-service.

Primary LanguageJava