
Consul
文章平均质量分 70
Art&Code
艺术与代码相辅相成。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring Cloud2.0之整合Consul作为注册中心
Spring Cloud2.0之整合Consul作为注册中心使用Consul来替换EurekaConsul简介Consul 是一套开源的分布式服务发现和配置管理系统,由 HashiCorp 公司用 Go 语言开发。它具有很多优点。包括: 基于 raft 协议,比较简洁; 支持健康检查, 同时支持 HTTP 和 DNS 协议 支持跨数据中心的 WAN 集群 提供图形界面 ...原创 2018-11-13 16:04:00 · 292 阅读 · 0 评论 -
Consul环境搭建
Consul环境搭建大家在玩的时候 一定要使用ningx 1.9以上版本啊!下载:wget https://releases.hashicorp.com/consul/0.7.5/consul_0.7.5_linux_amd64.zip解压:yum -y install unzip unzip consul_0.7.5_linux_amd64.zip...原创 2018-11-06 01:25:00 · 510 阅读 · 0 评论