application-dev.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # 数据源配置
  2. spring:
  3. application:
  4. name: ezhizao-yzbh-entrust-zx
  5. # redis 配置
  6. redis:
  7. # 地址
  8. host: 120.46.159.163
  9. # 端口,默认为6379
  10. port: 6379
  11. # 数据库索引
  12. database: 8
  13. # 密码
  14. password: ezhizao.cn123456
  15. # 连接超时时间
  16. timeout: 10s
  17. lettuce:
  18. pool:
  19. # 连接池中的最小空闲连接
  20. min-idle: 0
  21. # 连接池中的最大空闲连接
  22. max-idle: 8
  23. # 连接池的最大数据库连接数
  24. max-active: 8
  25. # #连接池最大阻塞等待时间(使用负值表示没有限制)
  26. max-wait: -1ms
  27. datasource:
  28. type: com.alibaba.druid.pool.DruidDataSource
  29. driverClassName: com.mysql.cj.jdbc.Driver
  30. druid:
  31. # 主库数据源
  32. master:
  33. url: jdbc:mysql://120.46.159.163:3306/ezhizao_yzbh_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8
  34. username: root
  35. password: ezhizao.cn123456
  36. # url: jdbc:mysql://localhost:3306/ezhizao_yzbh_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8
  37. # username: root
  38. # password: 123456
  39. # 从库数据源
  40. # slave:
  41. # # 从数据源开关/默认关闭
  42. # enabled: true
  43. # url: jdbc:mysql://116.204.99.126:3306/snms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8
  44. # username: idis_user
  45. # password: Teleinfo-88
  46. # 初始连接数
  47. initialSize: 5
  48. # 最小连接池数量
  49. minIdle: 10
  50. # 最大连接池数量
  51. maxActive: 20
  52. # 配置获取连接等待超时的时间
  53. maxWait: 60000
  54. # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
  55. timeBetweenEvictionRunsMillis: 60000
  56. # 配置一个连接在池中最小生存的时间,单位是毫秒
  57. minEvictableIdleTimeMillis: 300000
  58. # 配置一个连接在池中最大生存的时间,单位是毫秒
  59. maxEvictableIdleTimeMillis: 900000
  60. # 配置检测连接是否有效
  61. validationQuery: SELECT 1 FROM DUAL
  62. testWhileIdle: true
  63. testOnBorrow: false
  64. testOnReturn: false
  65. webStatFilter:
  66. enabled: true
  67. statViewServlet:
  68. enabled: true
  69. # 设置白名单,不填则允许所有访问
  70. allow:
  71. url-pattern: /druid/*
  72. # 控制台管理用户名和密码
  73. login-username: admin
  74. login-password: ezhizao.cn
  75. filter:
  76. stat:
  77. enabled: true
  78. # 慢SQL记录
  79. log-slow-sql: true
  80. slow-sql-millis: 1000
  81. merge-sql: true
  82. wall:
  83. config:
  84. multi-statement-allow: true
  85. # 文件上传
  86. ruoyi:
  87. profile: D:/Ezhizao/yzbh/