You need to tell the Feign scanner where to locate the interfaces.
You can use @EnableFeignClients(basePackages = {"my.external.feign.client.package", "my.local.package"}).
You need to tell the Feign scanner where to locate the interfaces.
You can use @EnableFeignClients(basePackages = {"my.external.feign.client.package", "my.local.package"}).