application-dev.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. spring:
  2. redis:
  3. host: 192.168.1.24
  4. port: 6379
  5. database: 3
  6. password: Xx0GWxdWQJxx6Swe
  7. lettuce:
  8. pool:
  9. max-active: 20
  10. max-idle: 20
  11. min-idle: 0
  12. max-wait: -1ms
  13. timeout: 2000ms
  14. datasource:
  15. url: jdbc:mysql://192.168.1.24:3306/RMS_TEST?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  16. driver-class-name: com.mysql.cj.jdbc.Driver
  17. username: root
  18. password: rrzTwWAYX8Gxh5JH
  19. dynamic:
  20. primary: rms
  21. datasource:
  22. pas:
  23. url: jdbc:mysql://192.168.1.24:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  24. driver-class-name: com.mysql.cj.jdbc.Driver
  25. username: root
  26. password: rrzTwWAYX8Gxh5JH
  27. rms:
  28. url: jdbc:mysql://192.168.1.24:3306/RMS_TEST?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  29. driver-class-name: com.mysql.cj.jdbc.Driver
  30. username: root
  31. password: rrzTwWAYX8Gxh5JH
  32. type: com.alibaba.druid.pool.DruidDataSource
  33. druid:
  34. stat-view-servlet:
  35. login-username: admin
  36. login-password: 123456
  37. web-stat-filter:
  38. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  39. queueName: mail.queue
  40. RMSFile: http://192.168.1.24:8011
  41. PASFile: http://192.168.1.24:8011
  42. PCSUrl: http://localhost:8871
  43. PASUrl: http://localhost:8877
  44. PCS: http://192.168.1.24:81
  45. PAS: http://192.168.1.24:80