Commit efcf34e1 by Nepxion

修改介绍

parent d887f0b1
...@@ -290,6 +290,18 @@ spring-cloud-consul的2.0.0.RELEASE(目前最新的稳定版)支持consul-ap ...@@ -290,6 +290,18 @@ spring-cloud-consul的2.0.0.RELEASE(目前最新的稳定版)支持consul-ap
| C2 | 1301 | 5301 | 1.1 | | C2 | 1301 | 5301 | 1.1 |
| C3 | 1302 | 5302 | 1.2 | | C3 | 1302 | 5302 | 1.2 |
### 切换服务注册组件
在discovery-springcloud-example/pom.xml进行切换
```xml
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-starter-eureka</artifactId>
<!-- <artifactId>discovery-plugin-starter-consul</artifactId> -->
<!-- <artifactId>discovery-plugin-starter-zookeeper</artifactId> -->
<version>${discovery.plugin.version}</version>
</dependency>
```
### 运行效果 ### 运行效果
黑/白名单的IP地址注册的过滤 黑/白名单的IP地址注册的过滤
```xml ```xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment