zuul: routes: api-a-url: path: /aurl/** # url: http://localhost:2222/ serviceId: consumer api-b-url: path: /burl/** serviceId: hello-service server: port: 8083 spring: application: name: geteway eureka: client: fetch-registry: true register-with-eureka: true serviceUrl: defaultZone: http://localhost:1111/eureka instance: hostname: localhost lease-expiration-duration-in-seconds: 90 lease-renewal-interval-in-seconds: 30