External auto configured feign client not autowiring
I am creating an external jar to add as a dependency to multiple spring boot projects. I am trying to make it auto configure itself to find and autowire a feign client. When the application attempts to start it fails with: FeignConfiguration required a bean of type ‘org.springframework.cloud.openfeign.FeignClientFactory’ that could not be found. External project … Read more