static{
Properties prop = new Properties();
prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties"));
String path = properties.getProperty("reportOutPutPath");
}
05-04 11:59