当前位置:   article > 正文

搭建Turbine时,报错误:Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.In...

com.netflix.appinfo不存在

Spring Boot + Eureka Server + Hystrix with Turbine: empty turbine.stream 配置的时候遇到了问题:

Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo' - m

原配置:

turbine:
app-config: eureka-consumer-ribbon-hystrix
cluster-name-expression: “default”
combine-host-port: true

解决方案

turbine:
app-config: eureka-consumer-ribbon-hystrix
cluster-name-expression: new String('default')
combine-host-port: true

转载于:https://www.cnblogs.com/maohuidong/p/9858081.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/304339
推荐阅读
相关标签
  

闽ICP备14008679号