Commit 1d189bf9 by Nepxion

修改介绍

parent ab42021d
......@@ -626,7 +626,7 @@ XML示例(Json示例见discovery-springcloud-example-service下的rule.json)
## 外部元数据
外部系统(例如运维发布平台)在远程启动制定微服务的时候,可以通过参数传递来动态改变元数据或者增加运维特色的参数,最后注册到远程配置中心。有两种方式,如下图:
![Alt text](https://github.com/Nepxion/Docs/blob/master/discovery-doc/Metada.jpg)
![Alt text](https://github.com/Nepxion/Docs/blob/master/discovery-doc/Metadata.jpg)
- 通过Program arguments来传递,它的用法是前面加“--”。支持Eureka、Zookeeper和Nacos(增量覆盖),Consul支持的不好(全量覆盖)
- 通过VM arguments来传递,它的用法是前面加“-D”。支持上述所有的注册组件,它的限制是变量前面必须要加“ext.”
......
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