server: port: 80 eureka: client: service-url: defaultZone: http://QingSe:hello@eureka-7001.com:7001/eureka,http://QingSe:hello@eureka-7002.com:7002/eureka,http://QingSe:hello@eureka-7003.com:7003/eureka #绑定到此地址中的eureka注册中心 register-with-eureka: false feign: compression: request: mime-types: # 可以被压缩的类型 - text/xml - application/xml - appliaction/json min-request-size: 2048 # 超过2048的字节进行压缩 hystrix: enabled: true logging: level: cn.hhj.service: DEBUG