只改application.yml文件即可:
eureka: client: serviceUrl: defaultZone: http://localhost:7087/eureka/server: port: 7089spring: application: name: service-zuulzuul: max: host: connections: 1000000 host: maxTotalConnections: 6000000 maxPerRouteConnections: 600000 routes: api-a: path: /dbmeta/** serviceId: service-dbmeta api-b: path: /kylin/** serviceId: c4i-storeribbon: ReadTimeout: 6000000 ConnectTimeout: 6000000 MaxAutoRetries: 0 MaxAutoRetriesNextServer: 1hystrix: command: c4i-store: execution: timeout: enabled: true isolation: thread: timeoutInMilliseconds: 6000000 ribbon: ReadTimeout: 600000 ConnectTimeout: 600000