Commit ef44b6c5 by Nepxion

修改介绍

parent cf6dcf59
...@@ -303,21 +303,21 @@ spring-cloud-consul的2.0.0.RELEASE(目前最新的稳定版)支持consul-ap ...@@ -303,21 +303,21 @@ spring-cloud-consul的2.0.0.RELEASE(目前最新的稳定版)支持consul-ap
图2结果 图2结果
```xml ```xml
{ {
"serviceId": "discovery-springcloud-example-b", "serviceId": "discovery-springcloud-example-a",
"version": "1.0", "version": "1.0",
"host": "192.168.0.107", "host": "192.168.0.107",
"port": 1200, "port": 1100,
"nexts": [ "nexts": [
{ {
"serviceId": "discovery-springcloud-example-b", "serviceId": "discovery-springcloud-example-b",
"version": "1.0", "version": "1.0",
"host": "localhost", "host": "192.168.0.107",
"port": 1200, "port": 1200,
"nexts": [ "nexts": [
{ {
"serviceId": "discovery-springcloud-example-c", "serviceId": "discovery-springcloud-example-c",
"version": "1.0", "version": "1.0",
"host": "localhost", "host": "192.168.0.107",
"port": 1300, "port": 1300,
"nexts": [] "nexts": []
}, },
......
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