
org.tinygroup.remoteconfig.zk.client.IRemoteConfigZKConstant Maven / Gradle / Ivy
package org.tinygroup.remoteconfig.zk.client;
public class IRemoteConfigZKConstant {
/**
* 配置文件名
*
*/
public static final String REMOTE_CONFIG_NAME = "/remoteconfig.properties";
/**
* 配置项根节点
*
*/
public static String REMOTE_BASE_DIR = "/remoteconfig";
/**
* 环境根节点
*
*/
public static String REMOTE_ENVIRONMENT_BASE_DIR = "/environment";
public static final String REMOTE_URLS = "urls";
public static final String REMOTE_APP = "app";
public static final String REMOTE_ENV = "env";
public static final String REMOTE_VERSION = "version";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy