fegin熔断autowired失败

在SpringBootApplication中加入

@EnableFeignClients(basePackages = "com.supplychain")
指定熔断的路径就可以了
原文地址:https://www.cnblogs.com/Hello-TomCat/p/12048053.html