Newer
Older
newfiber-termite / newfiber-system / newfiber-system-operation / src / main / java / com / newfiber / system / constant / JumpConstants.java
@yanghui yanghui on 11 May 301 bytes 白蚁项目初版代码提交
package com.newfiber.system.constant;

/**
 * 常量信息
 * 
 * @author newfiber
 */
public class JumpConstants {
    /**
     * 缓存有效期,默认720(分钟)
     */
    public final static long EXPIRATION = 720;

    public final static String  REDISPREFIX = "st_operation_userInfo:";
}