I am having trouble auto wiring a feign client from another project. It appears that the implementation of the feign client is not being generated and injected.
This
Direct Class/Interface name can be given like below
@EnableFeignClients(basePackageClasses=com.abc.xxx.client.XXFeignClient.class)
This parameter accept single or multiple class name