application-dev.yml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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/jpcj?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
  10. url: jdbc:mysql://1.15.26.233:3307/jpcj?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. # redis 配置
  60. redis:
  61. # 地址
  62. host: sh-crs-lfzs3n8w.sql.tencentcdb.com
  63. # 端口,默认为6379
  64. port: 29466
  65. # 密码
  66. password: miaxis110
  67. # 连接超时时间
  68. timeout: 10000
  69. lettuce:
  70. pool:
  71. # 连接池中的最小空闲连接
  72. min-idle: 0
  73. # 连接池中的最大空闲连接
  74. max-idle: 8
  75. # 连接池的最大数据库连接数
  76. max-active: 8
  77. # #连接池最大阻塞等待时间(使用负值表示没有限制)
  78. max-wait: -1ms
  79. # 指定库
  80. database: 14
  81. # 微信公众号
  82. app:
  83. appId: wx67ca1b8c9816ef28
  84. appSecret: 8604f2a6eb6338cfa64e7df4ec2c08b3
  85. # 微信小程序
  86. xcx:
  87. appId: wx8f43db501343feab
  88. secret: 3509a81880669ffa6fa554b2aa050351
  89. # 微信支付
  90. wxpay:
  91. v3url: https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi
  92. v3urlRefund: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
  93. merchantId: 1615410794
  94. serialNumber: 5F85D69504B3B33DAF5A7C5B86A3E93915D3D5B0
  95. v3key: 8604f2a6eb6338cfa64e7df4ec2c08b3
  96. notifyUrl: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/wxpay
  97. notifyUrlRefund: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/refund
  98. xcxNotifyUrl: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/xcxWxpay
  99. xcxNotifyUrlRefund: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/xcxRefund
  100. appId: wx67ca1b8c9816ef28
  101. # 腾讯cos
  102. cos:
  103. secretId: AKIDwISNOFsJXYGjy89FJI9UnzuZFgTtRgFe
  104. secretKey: IK5af8MJzPoKbdQxDCtKWR5T5PSEkyDB
  105. bucket: ap-shanghai
  106. bucketName: jpcj-1305573081
  107. path: https://jpcj-1305573081.cos.ap-shanghai.myqcloud.com
  108. preffix: jpcj-test
  109. # 分销二维码生成路径
  110. file:
  111. ticketPath: /data/test/
  112. # 公众号
  113. wxgzh:
  114. # 上传永久素材
  115. materialUrl: https://api.weixin.qq.com/cgi-bin/material/add_material?access_token=
  116. # 上传临时素材
  117. mediaUpload: https://api.weixin.qq.com/cgi-bin/media/upload?access_token=