摘要:
/** * @description: 加载properties文件 * @param 文件路径 * @return Properties 对象 * @author douyumeng * @throws IOException,FileNotFoundException */ public static Properties getProperties(String path){ BaseUtil bu = new BaseUtil(); String classpath = bu.getWebClassesPat... 阅读全文