* @return
*/
public static String getValueFromServer(String url) throws Exception {
// 远程地址
RemoteUrl remoteUrl = new RemoteUrl(url, DisClientConfig.getInstance()
.getHostList());
ValueVo confItemVo = RestfulMgr.getInstance().getJsonData(
ValueVo.class, remoteUrl);
LOGGER.info("remote server return: " + confItemVo.toString());