fix:fixed single-login is invalid in application-dev.yml

pull/499/head
wangmingcan 2020-10-04 09:05:36 +08:00
parent e34550fea3
commit 639be0f691
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ login:
# 登录缓存
cache-enable: true
# 是否限制单用户登录
single: false
single-login: false
# 验证码
login-code:
# 验证码类型配置 查看 LoginProperties 类