Skip to content

Commit a7d9e18

Browse files
committed
Polishing
1 parent 9a03607 commit a7d9e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Spring Boot With Dubbo
88
地址为: https://github.com/linux-china/dubbo3
99

1010
### 注册中心(Registry)
11-
目前主要是支持Redis、ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这两个服务也非常简单
11+
目前主要是支持Redis、ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这三者个服务也非常简单
1212

1313
##### Redis
1414
使用Redis注册中心,需要将在pom.xml中添加对应的redis客户端,代码如下:
@@ -29,7 +29,7 @@ Spring Boot With Dubbo
2929
<dependency>
3030
<groupId>org.apache.curator</groupId>
3131
<artifactId>curator-framework</artifactId>
32-
<version>2.11.1</version>
32+
<version>2.12.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.101tec</groupId>

0 commit comments

Comments
 (0)