application.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. spring:
  2. profiles:
  3. active: ${activeProfile:local}
  4. servlet:
  5. multipart:
  6. max-file-size: 1000MB
  7. maxRequestSize: 1000MB
  8. server:
  9. port: 8808
  10. servlet:
  11. context-path: /takelook
  12. tomcat:
  13. max-http-form-post-size: -1
  14. logging:
  15. config: classpath:logback-spring.xml
  16. mybatis-plus:
  17. configuration:
  18. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql日志
  19. forest:
  20. ## 日志总开关,打开/关闭Forest请求/响应日志(默认为 true)
  21. log-enabled: true
  22. ## 打开/关闭Forest请求日志(默认为 true)
  23. log-request: true
  24. ## 打开/关闭Forest响应状态日志(默认为 true)
  25. log-response-status: true
  26. ## 打开/关闭Forest响应内容日志(默认为 false)
  27. log-response-content: true
  28. ## 请求超时时间,单位为毫秒, 默认值为3000
  29. timeout: 3000000
  30. ## 连接超时时间,单位为毫秒, 默认值为2000
  31. connect-timeout: 3000000
  32. upload:
  33. type: oss
  34. query-path: https://4dkk.4dage.com/
  35. oss:
  36. #point: http://oss-cn-shenzhen-internal.aliyuncs.com
  37. point: http://oss-cn-shenzhen-internal.aliyuncs.com
  38. key: LTAIUrvuHqj8pvry
  39. secrey: JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
  40. bucket: 4dkankan
  41. small: ?x-oss-process=image/resize,m_fill,h_%s,w_%s