Spring Cloud Helper - smart-zhou/smart-zhou.github.io GitHub Wiki

Eureka相关

  • 在使用zuul(gateway)时,出现报错, UnkownHostException. 在服务提供者向注册中心注册服务时,增加配置如下:

    # 注册服务时显示<ip>:<port>
    eureka.instance.prefer-ip-address=true
⚠️ **GitHub.com Fallback** ⚠️