提交 2b71fe3f 编写于 作者: 如梦技术's avatar 如梦技术 🐛

更改readme.

上级 99f0f3f5
......@@ -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
......
......@@ -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 |
## 配置示例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册