mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
19 lines
249 B
YAML
19 lines
249 B
YAML
dubbo:
|
|
scan:
|
|
base-packages: com.alibaba.cloud.dubbo.service
|
|
protocols:
|
|
dubbo:
|
|
port: -1
|
|
|
|
feign:
|
|
hystrix:
|
|
enabled: true
|
|
|
|
server:
|
|
port: 8080
|
|
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: dubborestmetadata |