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

com.github.cwdtom.hermes.entity.Constant Maven / Gradle / Ivy

package com.github.cwdtom.hermes.entity;

/**
 * 项目静态量
 *
 * @author chenweidong
 * @since 1.0.0
 */
public class Constant {
    /**
     * 注册中心bean name
     */
    public static final String CENTERS_BEAN_NAME = "centers";
    /**
     * 状态码字段
     */
    public static final String CODE = "Code";
    /**
     * 数据字段
     */
    public static final String DATA = "Data";
    /**
     * sessionId长度
     */
    public static final Integer SESSION_ID_LENGTH = 10;
    /**
     * RSA加密保留长度
     */
    public static final Integer RSA_RESERVED_LENGTH = 11;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy