application.yml 171 B

12345678
  1. server:
  2. port: 8761
  3. eureka:
  4. client:
  5. register-with-eureka: false
  6. fetch-registry: false
  7. serviceUrl:
  8. defaultZone: http://localhost:${server.port}/eureka/