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 :
references:
"UserProvider":
registries:
- "hangzhouzk"
- "shanghaizk"
registry: "hangzhouzk,shanghaizk"
filter: ""
protocol : "dubbo"
interface : "com.ikurento.user.UserProvider"
......
......@@ -5,9 +5,7 @@ config_center:
address: "127.0.0.1"
references:
"UserProvider":
registries:
- "hangzhouzk"
- "shanghaizk"
registry: "hangzhouzk,shanghaizk"
filter: ""
protocol : "dubbo"
interface : "com.ikurento.user.UserProvider"
......
......@@ -27,9 +27,7 @@ registries :
services:
"UserProvider":
registries:
- "hangzhouzk"
- "shanghaizk"
registry: "hangzhouzk,shanghaizk"
filter: ""
protocol : "dubbo"
# 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