This commit is contained in:
이진석
2020-02-05 19:00:55 +09:00
parent e0fcbd16c8
commit 71c972836d

View File

@@ -13,7 +13,7 @@ public class JwtUtil {
private Key key;
public static long PLUS_MILLS = (1000 * 60 * 60 * 24) * 0L;
public static long PLUS_MILLS = (1000 * 60 * 60 * 24) * 30L;
public JwtUtil(String secret) {
this.key = Keys.hmacShaKeyFor(secret.getBytes());