bootstrap.yml 381 B

1234567891011121314151617181920212223
  1. spring:
  2. application:
  3. name: gateway-service
  4. cloud:
  5. config:
  6. # uri: http://${myuri}:8769
  7. fail-fast: true
  8. discovery:
  9. enabled: true
  10. serviceId: config-server
  11. profiles:
  12. active: pro
  13. main:
  14. allow-bean-definition-overriding: true
  15. eureka:
  16. client:
  17. serviceUrl:
  18. defaultZone: http://${myuri}:8761/eureka/
  19. myuri: localhost