mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
16 lines
273 B
YAML
16 lines
273 B
YAML
dubbo:
|
|
scan:
|
|
base-packages: org.springframework.cloud.alibaba.dubbo.service
|
|
protocols:
|
|
dubbo:
|
|
name: dubbo
|
|
port: 12345
|
|
rest:
|
|
name: rest
|
|
port: 9090
|
|
server: netty
|
|
registry:
|
|
address: spring-cloud://nacos
|
|
|
|
server:
|
|
port: 8080 |