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

相关文章:

  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2021-08-20
  • 2021-12-05
  • 2022-01-25
  • 2021-06-30
  • 2021-12-16
  • 2021-06-26
  • 2021-07-09
相关资源
相似解决方案