I need to use Feign and Eureka from spring app to call a microservice which is registered on Eureka server.
From the OpenFeign github page here I found how to use feign in spring.
I couldn't find anywhere how to use Eureka and Feign together in spring
How can I use Eureka service discovery with Feign without springboot?