application-test.yml 363 B

1234567891011121314151617181920
  1. spring:
  2. rabbitmq:
  3. host: 192.168.0.209
  4. port: 5672
  5. virtual-host: /
  6. username: test
  7. password: Test@123456
  8. cloud:
  9. discovery:
  10. enabled: true
  11. data:
  12. redis:
  13. database: 0
  14. host: 192.168.0.209
  15. port: 6379
  16. password: Test@123456
  17. eureka:
  18. client:
  19. service-url:
  20. defaultZone: http://192.168.0.210:6060/eureka/