application.yml 410 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. activemq:
  3. broker-url: tcp://localhost:61616
  4. in-memory: true
  5. enabled: false
  6. jms:
  7. pub-sub-domain: true
  8. jedis:
  9. pool:
  10. config:
  11. maxTotal: 100
  12. maxIdle: 20
  13. maxWaitMillis: 20000
  14. host: 127.0.0.1
  15. port: 3306
  16. eureka:
  17. client:
  18. serviceUrl:
  19. defaultZone: http://localhost:8761/eureka/
  20. server:
  21. port: 8762
  22. spring:
  23. application:
  24. name: order-service