application-dev.yml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
  10. username: root
  11. password: root
  12. # 从库数据源
  13. slave:
  14. # 从数据源开关/默认关闭
  15. enabled: true
  16. driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
  17. url: jdbc:sqlserver://10.0.3.53:1433;SelectMethod=Cursor;DatabaseName=信义;
  18. username: hongshan
  19. password: hongshan
  20. # 初始连接数
  21. initialSize: 5
  22. # 最小连接池数量
  23. minIdle: 10
  24. # 最大连接池数量
  25. maxActive: 20
  26. # 配置获取连接等待超时的时间
  27. maxWait: 60000
  28. # 配置连接超时时间
  29. connectTimeout: 30000
  30. # 配置网络超时时间
  31. socketTimeout: 60000
  32. # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
  33. timeBetweenEvictionRunsMillis: 60000
  34. # 配置一个连接在池中最小生存的时间,单位是毫秒
  35. minEvictableIdleTimeMillis: 300000
  36. # 配置一个连接在池中最大生存的时间,单位是毫秒
  37. maxEvictableIdleTimeMillis: 900000
  38. # 配置检测连接是否有效
  39. validationQuery: SELECT 1
  40. testWhileIdle: true
  41. testOnBorrow: false
  42. testOnReturn: false
  43. webStatFilter:
  44. enabled: true
  45. statViewServlet:
  46. enabled: true
  47. # 设置白名单,不填则允许所有访问
  48. allow:
  49. url-pattern: /druid/*
  50. # 控制台管理用户名和密码
  51. login-username: slibra
  52. login-password: 123456
  53. filter:
  54. stat:
  55. enabled: true
  56. # 慢SQL记录
  57. log-slow-sql: true
  58. slow-sql-millis: 1000
  59. merge-sql: true
  60. wall:
  61. config:
  62. multi-statement-allow: true
  63. application:
  64. ali-cloud:
  65. enable-sms: true
  66. qiYueSuoAccount:
  67. serverUrl: https://openapi.qiyuesuo.cn
  68. accessKey: njhjJYvh6B
  69. accessSecret: wdodHgMGea9FruNd0kqbGKvCleKS3U
  70. secretKey: kiU1m7YsnTqCVNgN
  71. hostPath: http://ruoweiedu.com:5156/api/
  72. bcosPath: http://ruoweiedu.com:5161/api/
  73. qysCallServer: https://beta.fuxicarbon.com/api/qys/permit/
  74. earnestPct: 0.01
  75. deposit: 0.01
  76. wechatPay:
  77. orderNotifyUrl: https://beta.fuxicarbon.com/api/wechat-pay-records/orderNotify
  78. depositNotifyUrl: https://beta.fuxicarbon.com/api/wechat-pay-records/depositNotify