hello-service.yml 391 B

123456789101112131415161718192021222324252627282930
  1. server:
  2. port: 9000
  3. management:
  4. security:
  5. enabled: false
  6. ---
  7. spring:
  8. profiles: dev
  9. rabbitmq:
  10. host: 172.19.103.58
  11. port: 5672
  12. username: guest
  13. password: guest
  14. zipkin:
  15. baseUrl: http://127.0.0.1:8669
  16. eureka:
  17. client:
  18. service-url:
  19. defaultZone: http://peer1:8761/eureka/
  20. hello: hello world!xyz12312
  21. ---
  22. spring:
  23. profiles: test
  24. hello: hello world!