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

xin.bluesky.leiothrix.server.Constant Maven / Gradle / Ivy

The newest version!
package xin.bluesky.leiothrix.server;

/**
 * @author 张轲
 */
public class Constant {
    public final static String RANGE_SEPARATOR = "-";

    public static final String ROOT_DIR = "/leiothrix";

    public static final String SYS_PROP_CONFIG_FILE = "config.file";

    public static final String SYS_PROP_WORKER_COMPENSATE_ENABLE = "worker.compensate.enable";

    public static final String SYS_PROP_WORKER_COMPENSATE_ENABLE_VALUE_FALSE = "false";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy