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) {

View File

@@ -13,7 +13,7 @@ import java.util.Date;
* @create: 2022-07-04 14:39
**/
@Data
@TableName(value = "xf-user")
@TableName(value = "xf_user")
public class User {
private Integer id;