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 b3b2f9b commit b7743f0Copy full SHA for b7743f0
README.md
@@ -8,7 +8,7 @@ Spring Boot With Dubbo
8
地址为: https://github.com/linux-china/dubbo3
9
10
### 注册中心(Registry)
11
-目前主要是支持Redis和ZooKeeper这两个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这两个服务也非常简单。
+目前主要是支持Redis、ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这两个服务也非常简单。
12
13
##### Redis
14
使用Redis注册中心,需要将在pom.xml中添加对应的redis客户端,代码如下:
@@ -83,4 +83,3 @@ spring.devtools.livereload.enabled=false
83
84
请参看 [spring-boot-starter-dubbo](https://github.com/linux-china/spring-boot-dubbo/tree/master/spring-boot-starter-dubbo)
85
86
-
0 commit comments