1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #515 from mercyblitz/master

Polish spring-cloud-incubator/spring-cloud-alibaba#510 : Reactor code
This commit is contained in:
Mercy Ma
2019-04-02 09:55:32 +08:00
committed by GitHub
3 changed files with 22 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
dubbo:
registry:
# The Spring Cloud Dubbo's registry extension
address: spring-cloud://localhost
## the default value of dubbo-provider-services is "*", that means to subscribe all providers,
## thus it's optimized if subscriber specifies the required providers.
address: spring-cloud://localhost?dubbo-provider-services=${provider.application.name}
# The traditional Dubbo's registry
# address: zookeeper://127.0.0.1:2181
server: