application-dev.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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/jsjp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
  10. url: jdbc:mysql://1.15.26.233:3307/jsjp?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:@121.46.4.43:12121: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: 10s
  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: 4
  81. # 调用外部接口
  82. feign:
  83. jgpt_ipport: http://localhost:8080/
  84. qgpt_ipport: http://114.55.58.112:8085/
  85. # 极速驾培 微信开放平台
  86. app:
  87. appid: wx606fa102dbc4b8ab
  88. secret: 93832292771493dc2aae6797edbc387c
  89. # 教练管家 微信开放平台
  90. coachApp:
  91. appid: wx6f190721f04ea532
  92. secret: 3e35b5ee1b06c7384e272076159f6385
  93. # 极速云助手微信公众号
  94. gzh:
  95. appid: "wxff332e2f6da86bf9"
  96. secret: "65f267dcb2e387f7caf651a80a118253"
  97. # 腾讯cos
  98. cos:
  99. secretId: AKIDwISNOFsJXYGjy89FJI9UnzuZFgTtRgFe
  100. secretKey: IK5af8MJzPoKbdQxDCtKWR5T5PSEkyDB
  101. bucket: ap-shanghai
  102. bucketName: t1-1305573081
  103. path: https://t1-1305573081.file.myqcloud.com
  104. preffix: test
  105. classId: 843437
  106. # 阿里云
  107. aliyun:
  108. accessKeyId: LTAI5tFcVMdCUVz5FtM7JiD5
  109. accessKeySecret: 3uHrfRlH6kQIhkwY3BHGCbtGPB8XLA
  110. # 微信支付
  111. #wxpay:
  112. # v3url: https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi
  113. # v3urlRefund: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
  114. # merchantId: 1608699504
  115. # serialNumber: 487159E168001CDBA0EFE2C988249A84023AD6CC
  116. # v3key: qqwweerrttyyuuiioopp123456789000
  117. # notifyUrl: http://1.15.26.233:8080/jsjp-admin/open-api/wx/notify/wxpay
  118. # notifyUrlRefund: http://1.15.26.233:8080/jsjp-admin/open-api/wx/notify/refund
  119. # notifyUrl: https://jsjp-admin1.zzxcx.net/stage-api/open-api/wx/notify/wxpay
  120. # notifyUrlRefund: https://jsjp-admin1.zzxcx.net/stage-api/wx/notify/refund
  121. # 极速驾培微信支付
  122. wxpay:
  123. v3url: https://api.mch.weixin.qq.com/v3/pay/transactions/app
  124. v3urlRefund: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
  125. merchantId: 1611324484
  126. serialNumber: 53EBF541F383371B121D7B57B25305FC0BB04F42
  127. v3key: 7hM14893GvG3JK05575jk1l6P4tF042B
  128. notifyUrl: https://1a0j71808.imdo.co/open-api/wx/notify/wxpay
  129. notifyUrlRefund: https://1a0j71808.imdo.co/open-api/wx/notify/refund
  130. # 苹果支付
  131. applepay:
  132. verifyUrl: https://buy.itunes.apple.com/verifyReceipt
  133. verifyTestUrl: https://sandbox.itunes.apple.com/verifyReceipt