application-dev.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. spring:
  2. #数据源连接--start
  3. datasource:
  4. #driverClassName: com.mysql.jdbc.Driver
  5. url: jdbc:mysql://192.168.2.100:3306/caimei?characterEncoding=UTF8&serverTimezone=Asia/Shanghai
  6. username: developer
  7. password: 05bZ/OxTB:X+yd%1
  8. type: com.zaxxer.hikari.HikariDataSource
  9. hikari:
  10. minimum-idle: 5
  11. maximum-pool-size: 15
  12. auto-commit: true
  13. idle-timeout: 30000
  14. pool-name: DatebookHikariCP
  15. max-lifetime: 1800000
  16. connection-timeout: 30000
  17. connection-test-query: SELECT 1
  18. #数据源连接--end
  19. #上传文件大小
  20. servlet:
  21. multipart:
  22. max-file-size: 10MB
  23. max-request-size: 100MB
  24. #日志配置
  25. logging:
  26. level:
  27. root: info
  28. com.caimei.mapper: debug
  29. com.caimei.module.product.dao: debug
  30. # swagger文档显示配置
  31. swagger:
  32. enabled: true
  33. #自定义配置
  34. wx:
  35. AppId: wxca7172d7a20bdf7a
  36. AppSecret: d7f853a64b73d01ef93f3829852a790e
  37. crmAppId: wxea43a0f9ebce9e66
  38. crmAppSecret: 1c3cd60908e72dd280840bee9e15f7f6
  39. # 新旧www服务域名
  40. caimei:
  41. oldapi: http://localhost:8100
  42. #支付异步回调地址
  43. notifyUrl: https://spi-b.caimei365.com/PayOrder/paymentCallback
  44. #支付链接重定向地址
  45. redirectLink: https://spi-b.caimei365.com/PayOrder/jumpPage