application.yml 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. server:
  2. port: 8839
  3. persagy:
  4. dmp:
  5. server: http://192.168.64.18:9930
  6. # server: http://39.102.40.239:9970
  7. exchange: exchange-dmp
  8. admin:
  9. routingKey: routing-dmp-admin
  10. queue: queue-dmp-admin
  11. spring:
  12. application:
  13. name: dmp-admin
  14. profiles:
  15. active:
  16. - dev
  17. datasource:
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. url: jdbc:mysql://192.168.64.15:9934/dmp_admin?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
  20. username: root
  21. password: brzj123456
  22. type: com.alibaba.druid.pool.DruidDataSource
  23. jpa:
  24. show-sql: true
  25. hibernate:
  26. ddl-auto: none
  27. rabbitmq:
  28. host: 192.168.64.15
  29. port: 9936
  30. username: admin
  31. password: brzj123456
  32. virtual-host: /test
  33. redis:
  34. database: 10
  35. host: 192.168.64.15
  36. password: brzj123456
  37. port: 9944
  38. timeout: 6000
  39. pool:
  40. max-idle: 200
  41. min-idle: 5
  42. max-active: 1024
  43. max-wait: 1000