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

org.tinygroup.remoteconfig.zk.client.IRemoteConfigZKConstant Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
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