MENU

SpringCloudGateway与Nacos整合踩坑(Hoxton.SR1版本)

February 4, 2020 • Jakarta

使用环境:
SpringBoot版本:2.2.4RELEASE
SpringCloud版本:Hoxton.SR1
SpringCloudAlibabaCloud版本:2.1.1RELEASE

出现的问题:
Gateway启动后,配置routers,可以进行跳转百度页面,但是无法转发在Nacos已经注册的服务,该服务运行正常可以再Nacos控制台看到,Gateway也配置了

gateway:
      discovery:
        locator:
          enabled: true

但是没有效果,后在github查找,说是在v2.2.1其中发现问题,主要原因是springcloud 升级到H版本后,更换路由基础组件导致。遇到问题可以暂时将springboot版本降为2.1.x。
原文链接
现在修改版本如下:
SpringBoot:2.1.12.RELEASE
SpringCloud:Greenwich.SR5
SpringCloudAlibaba:2.1.1.RELEASE
后启动好网关,再启动服务,可以发现网关可以正常的转发到已注册的服务上。

Archives QR Code
QR Code for this page
Tipping QR Code