bootstrap.yml 153 B

123456789
  1. spring:
  2. application:
  3. name: logger-service
  4. cloud:
  5. config:
  6. uri: http://localhost:8769
  7. fail-fast: true
  8. profiles:
  9. active: local