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

com.joe.easysocket.server.common.config.Const Maven / Gradle / Ivy

The newest version!
package com.joe.easysocket.server.common.config;

/**
 * 常量表(主要是环境中的key)
 *
 * @author joe
 * @version 2018.06.27 13:39
 */
public final class Const {
    public static String CONFIG          = "config";
    public static String CLUSTER_CONFIG  = "clusterConfig";
    public static String REGISTRY        = "registry";
    public static String PUBLISH_CENTER  = "publishCenter";
    public static String REDIS_CONFIG    = "redisConfig";
    public static String ZK_CONFIG       = "zkConfig";
    public static String SERIALIZER_LIST = "serializers";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy