server: port: 5000 zuul: SendErrorFilter: error: disable: false ThrowExceptionFilter: pre: disable: true ErrorFilter: error: 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/**