https://segmentfault.com/a/1190000013807641
https://www.cnblogs.com/xiaohanlin/p/8016803.html
【Consul】Consul实践指导-配置文件
https://blog.csdn.net/younger_china/article/details/52243738
https://www.cnblogs.com/liang1101/p/6872159.html
http://www.cnblogs.com/ASPNET2008/p/6892137.html
consul 1.2.0 版本:
启动服务命令:
原始:
.consul.exe agent -config-dir .consulconfig -bind localhost -data-dir .consuledata -node computer_name -server -bootstrap-expect 1 -ui
本地:
consul agent -config-dir .consulconfig -bind 10.10.104.56 -data-dir .consuledata -node computer_name -server -bootstrap-expect 1 -ui
以前版本写法:


【微服务】Spring-Boot整合Consul (自定义服务配置及健康检查)
https://my.oschina.net/tree/blog/1600117
springcloud consul +consul 实现服务注册及发现
https://blog.csdn.net/jiyezi/article/details/62865514
第二十章 springboot + consul(1)
http://www.cnblogs.com/java-zhao/p/5527779.html
服务发现,Consul入门
https://vnzmi.com/2016/08/16/consul-quick-guide/(值得一看)
使用consul实现分布式服务注册和发现
https://tonybai.com/2015/07/06/implement-distributed-services-registery-and-discovery-by-consul/
搭建consul 集群
https://www.cnblogs.com/shanyou/p/6286207.html
Consul 服务发现与配置
https://www.cnblogs.com/liang1101/p/6872159.html
consul分布式集群搭建&简单功能测试&故障恢复
https://blog.csdn.net/chenchong08/article/details/77885989
https://www.cnblogs.com/xiaohanlin/p/8016803.html
https://segmentfault.com/a/1190000013807641
【Consul】Consul实践指导-配置文件
https://blog.csdn.net/younger_china/article/details/52243738
https://www.cnblogs.com/liang1101/p/6872159.html
http://www.cnblogs.com/ASPNET2008/p/6892137.html