我正在使用 Consul 启动 Spring Boot 应用程序。
我收到以下错误
2019-08-30 12:34:22.650 ERROR 23428 --- [ main] o.s.boot.SpringApplication : Application run failed
com.ecwid.consul.transport.TransportException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8090 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect`
- 我更改了
bootstrap.properties
文件中的默认端口。 - 我还使用了另一个非 Consul Spring Boot 应用程序,它适用于具有相同端口的用例。