application.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. server:
  2. port: 9999
  3. # 数据源
  4. spring:
  5. datasource:
  6. username: root
  7. # password: Chuanghai_2022.
  8. # url: jdbc:mysql://172.16.20.64:3306/tuition_payment?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
  9. driver-class-name: com.mysql.cj.jdbc.Driver
  10. password: root
  11. url: jdbc:mysql://127.0.0.1:3306/tuition_payment?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
  12. #配置文件传输的大小
  13. servlet:
  14. multipart:
  15. enabled: true
  16. file-size-threshold: 0
  17. max-file-size: 10MB
  18. max-request-size: 10MB
  19. # mybatis plus
  20. mybatis-plus:
  21. mapper-locations: classpath:/mapper/**/*.xml
  22. global-config:
  23. db-config:
  24. id-type: auto
  25. #开关闭mybatis-plus的日志sql语句打印
  26. configuration:
  27. #关闭sql打印
  28. log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  29. # 前端应用地址
  30. fontendUrl: https://chtech.ncjti.edu.cn/jiaofei/jiaofeiH5
  31. # 微校相关配置
  32. weixiao:
  33. appKey: 580DBB565097446B
  34. appSecret: 067739D4E6FA31F90E7C08EF278967CF
  35. fontendUrl: ${fontendUrl}
  36. # 微信相关配置
  37. wechat:
  38. appid: wxd87cbe1db0437303
  39. secret: 18e17f97e674e1c03fc255f12d12ca4d
  40. fontendUrl: ${fontendUrl}
  41. # 建行相关配置
  42. ccb:
  43. # 商户代码
  44. merchantid: 105000082202756
  45. # 柜台代码
  46. posid: "056859026"
  47. # 分行代码
  48. branchid: 360000000
  49. # 操作密码
  50. qupwd: ncjtxy2020
  51. # 公钥-后30位
  52. pubShort: 5a557e34fcdc65f6a7af2785020111
  53. # 公钥-完整
  54. pub: 30819d300d06092a864886f70d010101050003818b0030818702818100de5637c55fea3904815c09c7af61acab34c0f57d7b415ebed4afd23445d05f63dc3923ba37948b92bc11a2fed074e248785b32d9cd2de90ce3012bf6f601f2a4bd34a0c5b3058f6321e43d4eea9bbb0a30dfd8ccccc702e238072289b6dc28c21e0e5d3f392d67e11da34fc59cabdbe293be4e125a557e34fcdc65f6a7af2785020111
  55. # 公众号id
  56. wxAppId: wxd87cbe1db0437303
  57. # 江西农商行相关配置
  58. jxnxs:
  59. openId: 6fc31630a4d3de99f5e41debbd35b9f0
  60. openKey: 5a920b634d6486fc2dd4342c6c5787b8
  61. logging:
  62. level:
  63. com.chuanghai: debug