Skip to content

Commit 9104370

Browse files
committed
fix readme in dubbo consul sample
1 parent cf2c57e commit 9104370

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dubbo-consul-sample/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Master节点采用Raft算法保证多个Master节点数据一致性,Master节
9696

9797
### Consul 安装部署
9898

99-
#### 下载与安装
99+
#### 1、下载与安装
100100
```perl
101101
//下载二进制包与解压
102102
wget https://releases.hashicorp.com/consul/1.5.1/consul_1.5.1_linux_amd64.zip
@@ -114,7 +114,7 @@ source /etc/profile
114114
consul --version
115115
```
116116
117-
#### 启动配置参数说明
117+
#### 2、启动配置参数说明
118118
| 参数名称 | 用途 |
119119
| ------------ | ------------ |
120120
| -server | 指定运行模式为服务器,每个Consul集群至少有1个Server,正常不超过5个 |
@@ -137,7 +137,7 @@ consul agent -server -ui -bootstrap-expect=3 -data-dir=/data/consul -node=agent-
137137
consul agent -server -ui -bootstrap-expect=3 -data-dir=/data/consul -node=agent-3 -client=0.0.0.0 -bind=10.211.55.8 -datacenter=dc1 -join 10.211.55.6
138138
```
139139

140-
#### 查看控制台UI
140+
#### 3、查看控制台UI
141141
<img src="https://ipman-blog-1304583208.cos.ap-nanjing.myqcloud.com/dubbo/1121609122338_.pic.jpg" width = "800" height = "280" alt="图片名称" align=center />
142142

143143
### Dubbo 集成Consul注册中心

0 commit comments

Comments
 (0)