有人可以帮助找出为什么我不能FeignClient
使用application.properties
而不运行领事进行本地设置吗?
客户:
@FeignClient(value = "my-service", configuration = FeignConfig.class) {
...
}
应用程序属性:
spring.cloud.consul.config.enabled=false
my-service.ribbon.listOfServers=127.0.0.1:8091