bootstrap.yml 326 B

12345678910111213141516171819
  1. spring:
  2. application:
  3. name: ltapi-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: local
  13. eureka:
  14. client:
  15. serviceUrl:
  16. defaultZone: http://${myuri}:8761/eureka/
  17. myuri: localhost