From e6ff6dbc8cc72a92b16342cc592b42c4dc728697 Mon Sep 17 00:00:00 2001 From: wzp Date: Tue, 20 Aug 2024 00:07:40 +0800 Subject: [PATCH] fix: fix token expire --- .idea/dataSources.local.xml | 9 + .idea/modules.xml | 8 - .idea/workspace.xml | 237 +++++++----------- .../AuthorizationConfiguration.java | 70 ++++++ .../cn/wzpmc/filemanager/utils/JwtUtils.java | 17 ++ .../FileManagerApplicationTests.java | 13 - 6 files changed, 182 insertions(+), 172 deletions(-) create mode 100644 .idea/dataSources.local.xml delete mode 100755 .idea/modules.xml create mode 100644 src/main/java/cn/wzpmc/filemanager/configurations/AuthorizationConfiguration.java delete mode 100755 src/test/java/cn/wzpmc/filemanager/FileManagerApplicationTests.java diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml new file mode 100644 index 0000000..1b06bc3 --- /dev/null +++ b/.idea/dataSources.local.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100755 index 3e5abc6..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f27aef7..ec31a1d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,98 +5,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +