开启app限制用户单点登录
This commit is contained in:
@ -69,7 +69,9 @@ yshop:
|
|||||||
jwt-key: yshopmini
|
jwt-key: yshopmini
|
||||||
token-expired-in: 86400000
|
token-expired-in: 86400000
|
||||||
|
|
||||||
|
# 是否限制单用户登录
|
||||||
|
single:
|
||||||
|
login: false
|
||||||
|
|
||||||
|
|
||||||
#是否开启 swagger-ui
|
#是否开启 swagger-ui
|
||||||
|
@ -62,7 +62,9 @@ spring:
|
|||||||
# spring cache 缓存类型为redis 也可以是其他的实现
|
# spring cache 缓存类型为redis 也可以是其他的实现
|
||||||
type: redis
|
type: redis
|
||||||
|
|
||||||
|
# 是否限制单用户登录
|
||||||
|
single:
|
||||||
|
login: false
|
||||||
|
|
||||||
yshop:
|
yshop:
|
||||||
security:
|
security:
|
||||||
|
Reference in New Issue
Block a user