修改令牌时间为一周
This commit is contained in:
@ -82,9 +82,9 @@ token:
|
|||||||
# 令牌自定义标识
|
# 令牌自定义标识
|
||||||
header: Authorization
|
header: Authorization
|
||||||
# 令牌密钥
|
# 令牌密钥
|
||||||
secret: abc4abcdefghijklmnopqrstuvwxyz
|
secret: ab213c4abagagsdadefgh44uvwxyz
|
||||||
# 令牌有效期(默认30分钟)
|
# 令牌有效期(默认30分钟) 一周10080 一个月 43200
|
||||||
expireTime: 300
|
expireTime: 10080
|
||||||
|
|
||||||
# MyBatis配置
|
# MyBatis配置
|
||||||
mybatis:
|
mybatis:
|
||||||
|
Reference in New Issue
Block a user