server: port: 5000 zuul: SendErrorFilter: error: disable: true ThrowExceptionFilter: pre: disable: true prefix: /api add-host-header: true routes: api-a: service-id: helloserver path: /a/** api-b: service-id: helloserver path: /b/** api-c: service-id: helloserver path: /ccc/** ribbon: eureka: enabled: false