application.yml 453 B

123456789101112131415161718192021
  1. school:
  2. security:
  3. jwt-key: webporject
  4. token-expired-in: 86400
  5. jwt:
  6. header: Authorization
  7. # 令牌前缀
  8. token-start-with: Bearer
  9. online-key: school
  10. # 是否限制单用户登录
  11. single:
  12. login: false
  13. # 图片或文件存放的地方 ( 选择你想存放的地方!!! )
  14. file:
  15. #头像存放的位置
  16. avatar : F:\File\学习\实训\upload\avatar\
  17. #图片或文件存放的位置
  18. path : F:\File\学习\实训\upload\file\