开启app限制用户单点登录

This commit is contained in:
xuwenbo
2020-08-04 10:07:43 +08:00
parent 945803adb0
commit 274948530b
2 changed files with 6 additions and 2 deletions

View File

@ -69,7 +69,9 @@ yshop:
jwt-key: yshopmini
token-expired-in: 86400000
# 是否限制单用户登录
single:
login: false
#是否开启 swagger-ui

View File

@ -62,7 +62,9 @@ spring:
# spring cache 缓存类型为redis 也可以是其他的实现
type: redis
# 是否限制单用户登录
single:
login: false
yshop:
security: