replace the service discovery api in the reademe
This commit is contained in:
parent
77550d8341
commit
4d37e75a71
@ -78,7 +78,7 @@ Run the following command:
|
||||
* Service discovery
|
||||
|
||||
```powershell
|
||||
curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instances?serviceName=nacos.naming.serviceName'
|
||||
curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instance/list?serviceName=nacos.naming.serviceName'
|
||||
```
|
||||
|
||||
* Publish config
|
||||
|
@ -72,7 +72,7 @@
|
||||
* 服务发现示例
|
||||
|
||||
```powershell
|
||||
curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instances?serviceName=nacos.naming.serviceName'
|
||||
curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instance/list?serviceName=nacos.naming.serviceName'
|
||||
```
|
||||
|
||||
* 推送配置示例
|
||||
|
Loading…
Reference in New Issue
Block a user