application-dev.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. # 数据源配置
  2. spring:
  3. datasource:
  4. type: com.alibaba.druid.pool.DruidDataSource
  5. # driverClassName: com.mysql.cj.jdbc.Driver
  6. druid:
  7. # 主库数据源
  8. master:
  9. #url: jdbc:mysql://192.168.8.213:3306/sdjk?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
  10. url: jdbc:mysql://1.15.26.233:3307/sdjk?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
  11. username: root
  12. password: miaxis110
  13. # 从库数据源
  14. newgzpt:
  15. # 从数据源开关/默认关闭
  16. enabled: true
  17. url: jdbc:oracle:thin:@47.99.70.145:1521:orcl
  18. username: newgzpt
  19. password: newgzpt2016
  20. # 初始连接数
  21. initialSize: 5
  22. # 最小连接池数量
  23. minIdle: 10
  24. # 最大连接池数量
  25. maxActive: 20
  26. # 配置获取连接等待超时的时间
  27. maxWait: 60000
  28. # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
  29. timeBetweenEvictionRunsMillis: 60000
  30. # 配置一个连接在池中最小生存的时间,单位是毫秒
  31. minEvictableIdleTimeMillis: 300000
  32. # 配置一个连接在池中最大生存的时间,单位是毫秒
  33. maxEvictableIdleTimeMillis: 900000
  34. # 配置检测连接是否有效
  35. validationQuery: SELECT 1 FROM DUAL
  36. testWhileIdle: true
  37. testOnBorrow: false
  38. testOnReturn: false
  39. webStatFilter:
  40. enabled: true
  41. statViewServlet:
  42. enabled: true
  43. # 设置白名单,不填则允许所有访问
  44. allow:
  45. url-pattern: /druid/*
  46. # 控制台管理用户名和密码
  47. login-username:
  48. login-password:
  49. filter:
  50. stat:
  51. enabled: true
  52. # 慢SQL记录
  53. log-slow-sql: true
  54. slow-sql-millis: 1000
  55. merge-sql: true
  56. wall:
  57. config:
  58. multi-statement-allow: true
  59. cache:
  60. type: redis
  61. # redis 配置
  62. redis:
  63. database: 2
  64. # 地址
  65. host: 172.17.66.3
  66. # 端口,默认为6379
  67. port: 6379
  68. # 密码
  69. password: miaxis110
  70. # 连接超时时间
  71. timeout: 10s
  72. lettuce:
  73. pool:
  74. # 连接池中的最小空闲连接
  75. min-idle: 0
  76. # 连接池中的最大空闲连接
  77. max-idle: 8
  78. # 连接池的最大数据库连接数
  79. max-active: 8
  80. # #连接池最大阻塞等待时间(使用负值表示没有限制)
  81. max-wait: -1ms
  82. # 微信支付app端
  83. app:
  84. appId: wxc439503456129660
  85. appSecret: f9e43ce4a2709eb118e268827aa63cae
  86. # 抖音
  87. dy:
  88. appId: awbewr7xlianfnew
  89. appSecret: dd979dc2a5ddcc0c761fcbe899d87ba1
  90. # 字节小程序
  91. tt:
  92. appId: tta896de2b37a8562901
  93. appSecret: d00d88459e539cc086e035d8376810f2506ad064
  94. notifyUrl: https://sdjk-admin1.zzxcx.net/sdjk-admin/open-api/tt/notify/ttpay
  95. notifyUrlRefund: https://sdjk-admin1.zzxcx.net/sdjk-admin/open-api/tt/notify/refund
  96. # 微信支付
  97. wxpay:
  98. v3url: https://api.mch.weixin.qq.com/v3/pay/transactions/app
  99. v3urlRefund: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
  100. merchantId: 1611324484
  101. serialNumber: 26C02FEDDE8C9F0F69A71CA37226F58CCBB164DE
  102. v3key: 7hM14893GvG3JK05575jk1l6P4tF042B
  103. notifyUrl: http://1.15.26.233:8080/sdjk-admin/open-api/wx/notify/wxpay
  104. notifyUrlRefund: http://1.15.26.233:8080/sdjk-admin/open-api/wx/notify/refund