com.leftins.tools.constant.Constant Maven / Gradle / Ivy
package com.leftins.tools.constant;
import java.util.ArrayList;
import java.util.List;
public class Constant {
// =====================Common====================
public static final String MASTERY = "Orcs are never slaves";
//jwt token 过期时间
public static final long EXPIRE_TIME = 24 * 60 * 60 * 1000;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy