Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 7, 2017
1 parent 9a03607 commit a7d9e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Spring Boot With Dubbo
地址为: https://github.com/linux-china/dubbo3

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

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

0 comments on commit a7d9e18

Please sign in to comment.