Next. Create Feign Client. Netflix Feign Client. Creating New Spring Boot Project. I have a Spring boot application which uses Feign to call an external web service via Eureka. To send HTTP Request to a destination albums-ws Microservice we will need to create a Feign Client interface. 15. Prev. HI! #Spring #Cloud #tutorial using feign #rest client, Eureka server and #REST microservice using Spring Cloud #java framework. I'd like to be able to run the application using a mocked out implementation of the Feign interface, so I can run the application locally without necessarily having Eureka or the external web service running. In this article, I’d like to show you how to configure Feign Client in Spring Boot application.Feign is a Java to HTTP client binder inspired by Retrofit among others. Feign, as a client, is an important tool for microservice developers to communicate with other microservices via Rest API. 4 contributors Users who have contributed to this file 70 lines (63 sloc) 2.04 KB Raw Blame