application-dev.yml 348 B

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