static{
Properties prop = new Properties();
prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties"));
String path = properties.getProperty("reportOutPutPath");
}
相关文章:
static{
Properties prop = new Properties();
prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties"));
String path = properties.getProperty("reportOutPutPath");
}
相关文章: