static{
Properties prop = new Properties();
prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties"));
String path = properties.getProperty("reportOutPutPath");
}
转载于:https://www.cnblogs.com/yangchongxing/p/7642423.html