application-dev.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #数据源配置
  2. spring:
  3. redis:
  4. host: www.gzzzyd.com
  5. port: 10896
  6. database: 10
  7. ssl: false
  8. password: 123456789
  9. datasource:
  10. url: jdbc:mysql://192.168.1.74:3306/vend?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  11. username: root
  12. password: root_123
  13. # PostgreSQL
  14. #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
  15. #username: postgres
  16. #password: 123456
  17. # Oracle
  18. #url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
  19. #username: BLADEX_BOOT
  20. #password: BLADEX_BOOT
  21. # SqlServer
  22. #url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=bladex_boot
  23. #username: bladex_boot
  24. #password: bladex_boot
  25. jpa:
  26. hibernate:
  27. ddl-auto: none
  28. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  29. database: mysql
  30. show-sql: true
  31. #第三方登陆
  32. social:
  33. enabled: true
  34. domain: http://127.0.0.1:1888
  35. #blade配置
  36. blade:
  37. #分布式锁配置
  38. lock:
  39. ##是否启用分布式锁
  40. enabled: false
  41. ##redis服务地址
  42. address: redis://127.0.0.1:6379
  43. #本地文件上传
  44. file:
  45. remote-mode: true
  46. upload-domain: http://localhost:8999
  47. remote-path: /usr/share/nginx/html
  48. #oss默认配置
  49. oss:
  50. enabled: true
  51. name: minio
  52. tenant-mode: true
  53. endpoint: http://47.109.28.56:9000
  54. access-key: admin
  55. secret-key: 12345678
  56. bucket-name: bladex-dev
  57. wxpay:
  58. fileRootPath: D:\JavaEEProject\vending-machine\cert
  59. v3:
  60. appId:
  61. appIdxcx: wxb36cbb868a7d2d68
  62. appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
  63. keyPath: ${wxpay.fileRootPath}apiclient_key.pem
  64. certPath: ${wxpay.fileRootPath}apiclient_cert.pem
  65. certP12Path: ${wxpay.fileRootPath}apiclient_cert.p12
  66. platformCertPath: ${wxpay.fileRootPath}wx_cert.pem
  67. mchId: 1682199743
  68. apiKey3: eccd49c1e92640f0a127e74518cc5f25
  69. apiKey: 30dffa037fe542df90bd71ca66088690
  70. domain: http://u2mu3zixu5wm.ngrok.xiaomiqiu123.top/
  71. apk:
  72. savePath: /Users/pangqijun/Downloads/store/
  73. downloadUrl: http://www.gzzhsckj.com/download/
  74. logPath: /Users/pangqijun/Downloads/store/apklog/
  75. captcha:
  76. length: 1
  77. qrCode:
  78. domainUrl: "https://sellwine.gzzzyd.com"