
com.baidu.disconf.client.common.constants.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconf-client Show documentation
Show all versions of disconf-client Show documentation
https://github.com/knightliao/disconf/tree/master/disconf-client
The newest version!
package com.baidu.disconf.client.common.constants;
/**
* 常量定义
*
* @author liaoqiqi
* @version 2014-6-6
*/
public class Constants {
/**
* Disconf本身Package
*/
public static final String DISCONF_PACK_NAME = "com.baidu.disconf";
/**
*/
public static final String HOST_PROPERTIES_KEY = "VCAP_APP_HOST";
public static final String PORT_PROPERTIES_KEY = "VCAP_APP_PORT";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy