
com.joe.easysocket.server.common.config.Const Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket-common Show documentation
Show all versions of socket-common Show documentation
socket框架,方便快速开发socket服务端和客户端
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