//获取配置文件路径 static String XbusUrl;
static { ConfigReader ur = new ConfigReader("/service.properties"); XbusUrl = ur.get("XbusUrl"); }