Skip to content
Snippets Groups Projects
Commit 75436f99 authored by vito.he's avatar vito.he
Browse files

Mod:change registries in reference & service to registry

parent d2165a98
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,7 @@ registries : ...@@ -35,9 +35,7 @@ registries :
references: references:
"UserProvider": "UserProvider":
registries: registry: "hangzhouzk,shanghaizk"
- "hangzhouzk"
- "shanghaizk"
filter: "" filter: ""
protocol : "dubbo" protocol : "dubbo"
interface : "com.ikurento.user.UserProvider" interface : "com.ikurento.user.UserProvider"
......
...@@ -5,9 +5,7 @@ config_center: ...@@ -5,9 +5,7 @@ config_center:
address: "127.0.0.1" address: "127.0.0.1"
references: references:
"UserProvider": "UserProvider":
registries: registry: "hangzhouzk,shanghaizk"
- "hangzhouzk"
- "shanghaizk"
filter: "" filter: ""
protocol : "dubbo" protocol : "dubbo"
interface : "com.ikurento.user.UserProvider" interface : "com.ikurento.user.UserProvider"
......
...@@ -27,9 +27,7 @@ registries : ...@@ -27,9 +27,7 @@ registries :
services: services:
"UserProvider": "UserProvider":
registries: registry: "hangzhouzk,shanghaizk"
- "hangzhouzk"
- "shanghaizk"
filter: "" filter: ""
protocol : "dubbo" protocol : "dubbo"
# equivalent to interface of dubbo.xml # equivalent to interface of dubbo.xml
......
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