From 19d9fa3e9e2d3af8e46cfb0e3f1c1e7358e4a49d Mon Sep 17 00:00:00 2001 From: zyh Date: Fri, 29 Aug 2025 22:33:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0JWT=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E4=BB=A4=E7=89=8C=E6=9C=89=E6=95=88=E6=9C=9F=E8=87=B31440?= =?UTF-8?q?=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index dcab15b..93ef4ef 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -45,7 +45,7 @@ logging: security: jwt: secret: "change-this-secret-to-a-long-random-string-please" - access-token-minutes: 30 + access-token-minutes: 1440 refresh-token-days: 7 # Swagger/OpenAPI 配置