application.yml 223 B

1234567891011121314
  1. school:
  2. security:
  3. jwt-key: webporject
  4. token-expired-in: 86400000
  5. jwt:
  6. header: Authorization
  7. # 令牌前缀
  8. token-start-with: Bearer
  9. online-key: school
  10. # 是否限制单用户登录
  11. single:
  12. login: false