application.yaml 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. server:
  2. port: 8080
  3. spring:
  4. profiles:
  5. active: wheng
  6. main:
  7. allow-circular-references: true
  8. servlet:
  9. multipart:
  10. max-file-size: 100MB
  11. max-request-size: 100MB
  12. enabled: true
  13. jackson:
  14. date-format: yyyy-MM-dd HH:mm:ss
  15. time-zone: GMT+8
  16. redis:
  17. host: localhost
  18. database: 0
  19. password:
  20. port: 6379
  21. springdoc:
  22. api-docs:
  23. enabled: false
  24. swagger-ui:
  25. enabled: false
  26. version: v0.0.1
  27. knife4j:
  28. enable: false
  29. security:
  30. url:
  31. ignored:
  32. - /login/adminLogin
  33. - /login/studentLogin
  34. - /login/verify/get
  35. - /login/verify/check
  36. - /archive/getFileByToken
  37. - /favicon.ico
  38. pagehelper:
  39. helperDialect: mysql
  40. reasonable: true
  41. supportMethodsArguments: true
  42. params: count=countSql
  43. eas:
  44. jwt-secret-key: 123456
  45. jwt-expires-date: 2
  46. password-sign-key: eas-key-password
  47. project:
  48. path: ${user.home}/archivesFiles
  49. cache:
  50. path: ${user.home}/archivesCache
  51. authority:
  52. path: ${user.home}/authorityFile/authority.json