We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a03607 commit a7d9e18Copy full SHA for a7d9e18
README.md
@@ -8,7 +8,7 @@ Spring Boot With Dubbo
8
地址为: https://github.com/linux-china/dubbo3
9
10
### 注册中心(Registry)
11
-目前主要是支持Redis、ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这两个服务也非常简单。
+目前主要是支持Redis、ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这三者个服务也非常简单。
12
13
##### Redis
14
使用Redis注册中心,需要将在pom.xml中添加对应的redis客户端,代码如下:
@@ -29,7 +29,7 @@ Spring Boot With Dubbo
29
<dependency>
30
<groupId>org.apache.curator</groupId>
31
<artifactId>curator-framework</artifactId>
32
- <version>2.11.1</version>
+ <version>2.12.0</version>
33
</dependency>
34
35
<groupId>com.101tec</groupId>
0 commit comments