This commit is contained in:
xiongfeng
2022-07-05 11:35:03 +08:00
parent ccbded3d9b
commit d98093981e
3 changed files with 4 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ import java.util.Map;
@Slf4j
public class JwtTokenUtils {
private static String tokenSecret;
private static String tokenSecret = "remaindertime";
private static int tokenExpire;
public JwtTokenUtils(String tokenSecret, int tokenExpire) {