123456789101112131415161718192021 |
- school:
- security:
- jwt-key: webporject
- token-expired-in: 86400
- jwt:
- header: Authorization
- # 令牌前缀
- token-start-with: Bearer
- online-key: school
- # 是否限制单用户登录
- single:
- login: false
- # 图片或文件存放的地方 ( 选择你想存放的地方!!! )
- file:
- #头像存放的位置
- avatar : F:\File\学习\实训\upload\avatar\
- #图片或文件存放的位置
- path : F:\File\学习\实训\upload\file\
|