Skip to content

Commit b7743f0

Browse files
committed
add consul
1 parent b3b2f9b commit b7743f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 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这两个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这两个服务也非常简单。
11+
目前主要是支持Redis、ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这两个服务也非常简单。
1212

1313
##### Redis
1414
使用Redis注册中心,需要将在pom.xml中添加对应的redis客户端,代码如下:
@@ -83,4 +83,3 @@ spring.devtools.livereload.enabled=false
8383

8484
请参看 [spring-boot-starter-dubbo](https://github.com/linux-china/spring-boot-dubbo/tree/master/spring-boot-starter-dubbo)
8585

86-

0 commit comments

Comments
 (0)