1)、localhost:2181 连接不上
安装zookeeper:
下载zookeeper,
地址:https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.4.13/ 下载后解压,进入D:\Downloads\zookeeper-3.4.13\bin, 把D:\Downloads\zookeeper-3.4.13\conf中的zoo_sample.cfg改为,zoo.cfg, 然后双击D:\Downloads\zookeeper-3.4.13\bin中的zkServer.cmd即可启动;
查看 ZK 服务的状态:
echo stat | nc 127.0.0.1 2181
查看角色:
echo stat | nc 127.0.0.1 2181 | grep Mode
2)、Spring Cloud Consul启动时出现的问题
下载地址:https://www.consul.io/downloads.html
cd consul.exe所在目录 consul agent -dev # 启动服务: -dev 表示开发模式运行, -server 表示服务模式运行