使用@FeignClient 标注多个类指定统一微服务时,报错A bean with that name has already been defined
做spring cloud 远程成调用时,多个类标注调用同一个微服务时:@FeignClient(name = "${remote.feign.edu-authority-boot.name:edu-authority-boot}", path = "/auth", fallbackFactory = AuthProviderFallbackFactory.class)public interface AuthProvider {@Compo