测试缓存

This commit is contained in:
mmm8955405 2024-03-30 21:25:27 +08:00
parent 0d5e8a8c07
commit 0d3171d217

View File

@ -104,6 +104,7 @@ public class JwtUtil {
} }
return claims; return claims;
} }
@SuppressWarnings({ "rawtypes", "unchecked" }) @SuppressWarnings({ "rawtypes", "unchecked" })
public JwtBuilder jwtBuilder() { public JwtBuilder jwtBuilder() {