mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
14 lines
222 B
YAML
14 lines
222 B
YAML
dubbo:
|
|
scan:
|
|
base-packages: com.alibaba.cloud.dubbo.service
|
|
protocols:
|
|
dubbo:
|
|
name: dubbo
|
|
port: -1
|
|
rest:
|
|
name: rest
|
|
port: 9090
|
|
server: netty
|
|
feign:
|
|
hystrix:
|
|
enabled: true |