application.yaml 169 字节
Newer Older
Q
qinyingjie 已提交
1 2 3 4 5 6
#端口号
server:
  port: 9909

spring:
  application:
Q
qinyingjie 已提交
7 8 9 10 11
    name: hystrix-dashboard-service #服务名称

hystrix:
  dashboard:
    proxy-stream-allow-list: "localhost"