mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
17 lines
360 B
YAML
17 lines
360 B
YAML
dubbo:
|
|
registry:
|
|
address: spring-cloud://localhost
|
|
cloud:
|
|
subscribed-services: spring-cloud-alibaba-dubbo-server
|
|
|
|
spring:
|
|
application:
|
|
name: spring-cloud-alibaba-dubbo-client
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
cloud:
|
|
nacos:
|
|
username: nacos
|
|
password: nacos
|
|
discovery:
|
|
server-addr: 127.0.0.1:8848 |