SpringCloudGateway + consul org.apache.http.conn.HttpHostConnectException: Connect to localhost:8500
com.ecwid.consul.transport.TransportException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8500 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: con
·
问题
com.ecwid.consul.transport.TransportException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8500 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
今天在做一个SpringCloudGateway + consul整合时,启动gateway项目后,一直报错,说是连接consul服务被拒绝。。。
截图如下
重启了consul,仍然没有任何卵用
再次去看自己之前整合SpringCloud的时的笔记SpringCloud+consul 配置中心、服务中心,突然意识到,是不是和配置文件有关系。。
更改前的配置文件名:
更改后:
把文件名改成了 bootstrap.yml和bootstrap-dev.yml,服务正常启动了。。
把SpringCloud 版本贴下,以此记录
<spring-boot.version>2.3.4.RELEASE</spring-boot.version>
<!-- Cloud是 2.2.3.RELEASE的 -->
<spring-cloud.version>Hoxton.SR6</spring-cloud.version>
更多推荐
已为社区贡献9条内容
所有评论(0)