This commit is contained in:
click33
2021-06-16 17:48:21 +08:00
parent 1559406ece
commit 1df8465e20
8 changed files with 10 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ spring:
# token临时有效期 (指定时间内无操作就视为token过期) 单位: 秒
activity-timeout: -1
# 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
allow-concurrent-login: false
is-concurrent: false
# 在多人登录同一账号时是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
is-share: false
# token风格