eureka: client: fetch-registry: true register-with-eureka: true service-url: # defaultZone: http://localhost:8761/eureka/ defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/ instance: hostname: localhost lease-expiration-duration-in-seconds: 90 lease-renewal-interval-in-seconds: 10 prefer-ip-address: true spring: cloud: gateway: routes: - id: haikangserver uri: lb://haikangserver predicates: - Path=/haikangserver/** filters: - StripPrefix=1