server: port: 9000 spring: application: name: weigeng-server eureka: instance:2 hostname: localhost lease-expiration-duration-in-seconds: 60 lease-renewal-interval-in-seconds: 10 client: service-url: defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/