@@ -1 +1,2 @@
[0104/224528.192:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
+[0104/225418.866:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
@@ -24,7 +24,7 @@ import java.util.Map;
public class JWTUtils {
// 过期时间 5 分钟
- static final long EXPIRE_TIME = 5 * 60;
+ static final long EXPIRE_TIME = 30 * 60;
// 私钥
static final SecretKey SECRET_KEY = Keys.hmacShaKeyFor(Base64.getEncoder().encode("Yansen is so handsome. He is a good man. Everyone like him !!!".getBytes()));