application.yml 885 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 8838
  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-rwdedit
  10. queue: queue-dmp-rwdedit
  11. spring:
  12. application:
  13. name: dmp-rwdedit
  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_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
  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. redis:
  28. database: 10
  29. host: 192.168.64.15
  30. password: brzj123456
  31. port: 9944
  32. timeout: 6000
  33. pool:
  34. max-idle: 200
  35. min-idle: 5
  36. max-active: 1024
  37. max-wait: 1000