application.yml 730 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Tomcat
  2. server:
  3. tomcat:
  4. uri-encoding: UTF-8
  5. max-threads: 1000
  6. min-spare-threads: 30
  7. port: 8089
  8. connection-timeout: 5000ms
  9. servlet:
  10. context-path: /warewms
  11. # /info 端点的显示
  12. info:
  13. name: 'jnmc'
  14. version: '1.0.0'
  15. date: '20220930-0102'
  16. description: 'jnmc-notification-program'
  17. spring:
  18. # 环境 dev|test|prod
  19. profiles:
  20. active: dev
  21. # default: dev
  22. # jackson时间格式化
  23. jackson:
  24. time-zone: GMT+8
  25. date-format: yyyy-MM-dd HH:mm:ss
  26. http:
  27. multipart:
  28. servlet:
  29. max-file-size: 100MB
  30. max-request-size: 100MB
  31. enabled: true
  32. mvc:
  33. throw-exception-if-no-handler-found: true
  34. resources:
  35. add-mappings: false
  36. schedule:
  37. open: true