From 2b71fe3f04436fee0d45e98e5571662590dd3ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Sun, 16 Jun 2019 10:32:36 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=9B=B4=E6=94=B9readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- mica-plus-ribbon/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 254eb9a4..c0605202 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ - swagger 和 swagger-bootstrap-ui 依赖。 ### mica-plus-ribbon -1. 【优先级最高】ip 相同的服务(方便本地多服务联调)。 -2. 可设置选择的 ip 或者 ip 段,例如:`172.21.0.*`、`172.21.0.8*`。 -3. 可设定 tag,为了以后版本发布(灰度)做基础,可能还需要扩展。 +- 【优先级最高】ip 相同的服务(方便本地多服务联调)。 +- 可设置选择的 ip 或者 ip 段,例如:`172.21.0.*`、`172.21.0.8*`。 +- 可设定 `tag`,用于灰度,匹配:`nacos.discovery.metadata.tag`。 ## 已知问题 lombok 生成的 method 问题:https://github.com/rzwitserloot/lombok/issues/1861 diff --git a/mica-plus-ribbon/README.md b/mica-plus-ribbon/README.md index 864f4471..e59f542a 100644 --- a/mica-plus-ribbon/README.md +++ b/mica-plus-ribbon/README.md @@ -28,7 +28,7 @@ compile("net.dreamlu:mica-plus-ribbon:${version}") | ------------------------- | ------ | -------------------------------------------------------- | | enabled | true | 是否启用 | | prior-ip-pattern | 空 | 优先的ip列表,支持通配符,例如:172.21.0.81、172.21.0.8*、172.21.0.* | -| tag | 无 | 服务的tag,用于灰度,匹配:nacos.discovery.metadata.tag" | +| tag | 无 | 服务的tag,用于灰度,匹配:nacos.discovery.metadata.tag | ## 配置示例 -- GitLab