From 85143c86c86ec2bbca8efca279f8f7019e2e132f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8A=9B?= Date: Fri, 16 Sep 2022 08:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9token=20=E7=BB=AD=E6=9C=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/src/main/resources/application-dev.yml b/system/src/main/resources/application-dev.yml index 07d23e3..b599c27 100644 --- a/system/src/main/resources/application-dev.yml +++ b/system/src/main/resources/application-dev.yml @@ -86,9 +86,9 @@ jwt: # 验证码 code-key: code-key- # token 续期检查时间范围(默认30分钟,单位毫秒),在token即将过期的一段时间内用户操作了,则给用户的token续期 - detect: 1800000 + detect: 14400000 # 续期时间范围,默认1小时,单位毫秒 - renew: 3600000 + renew: 14400000 #是否开启 swagger-ui