Your Name 4 年之前
父節點
當前提交
9a8c4f4450
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1
    0
      debug.log
  2. 1
    1
      src/main/java/com/shigongli/common/JWTUtils.java

+ 1
- 0
debug.log 查看文件

@@ -1 +1,2 @@
1 1
 [0104/224528.192:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
2
+[0104/225418.866:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)

+ 1
- 1
src/main/java/com/shigongli/common/JWTUtils.java 查看文件

@@ -24,7 +24,7 @@ import java.util.Map;
24 24
 public class JWTUtils {
25 25
 
26 26
     // 过期时间 5 分钟
27
-    static final long EXPIRE_TIME = 5 * 60;
27
+    static final long EXPIRE_TIME = 30 * 60;
28 28
 
29 29
     // 私钥
30 30
     static final SecretKey SECRET_KEY = Keys.hmacShaKeyFor(Base64.getEncoder().encode("Yansen is so handsome. He is a good man. Everyone like him !!!".getBytes()));