All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.leftins.tools.constant.Constant Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
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