server:
  port: 9000
spring:
  application:
    name: client
eureka:
  server:
    enabled: false
  client:
    serviceUrl:
      defaultZone: http://localhost:8080/v2/
      default.defaultZone: http://localhost:8080/v2/