Creating New Spring Boot Project. Of course, don’t forget to add mavenLocal as a repository. I have a Spring boot application which uses Feign to call an external web service via Eureka. Latest commit c2974ae Nov 4, 2019 History. We wrote an integration test and made sure our Feign Client works correctly with the client-side load balancing provided by Ribbon. And finally, we added Eureka service discovery to the mix. Thanks to it, we can build HTTP client easily without any boilerplate code and in a very concise way.Spring also has a special module with Feign Client so using both is much more easy. Open the Command Line and execute: 15. It will be a simple Spring Boot app with Eureka client and a very simple controller. This value is the name of the service registered using Eureka for discovery. We next define a Feign Client by creating an interface with @FeignClient annotation. 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. Spring Cloud – Web context aware Feign clients using Eureka service discovery [code bit] June 11, 2017 by Fred 0 Comments 550 Views. We define the method call to be made to consume the REST service exposed by the employee-producer module. And again, we made sure our client still works as expected. 4 contributors Users who have contributed to this file 70 lines (63 sloc) 2.04 KB Raw Blame