bootstrap-aliyun-test.yml 805 B

123456789101112131415161718192021222324252627282930313233343536
  1. server:
  2. port: 8839
  3. persagy:
  4. dmp:
  5. server: http://172.17.100.16:9970
  6. exchange: exchange-dmp
  7. spring:
  8. application:
  9. name: dmp-admin
  10. datasource:
  11. driver-class-name: com.mysql.cj.jdbc.Driver
  12. url: jdbc:mysql://localhost:9005/dmp_admin?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
  13. username: persagy
  14. password: persagy@020
  15. type: com.alibaba.druid.pool.DruidDataSource
  16. jpa:
  17. show-sql: true
  18. hibernate:
  19. ddl-auto: none
  20. rabbitmq:
  21. host: 172.17.100.14
  22. port: 9936
  23. username: admin
  24. password: brzj123456
  25. virtrul-host: /test
  26. redis:
  27. database: 10
  28. host: 172.17.100.14
  29. password: brzj123456
  30. port: 9944
  31. timeout: 6000
  32. pool:
  33. max-idle: 200
  34. min-idle: 5
  35. max-active: 1024
  36. max-wait: 1000