java web 项目的路径问题

String rootPath = request.getSession().getServletContext().getRealPath("");
String filePath=rootPath + PropertyUtil.getProperty("template.export.dir");
String fileName=id+MSExcelUtil.XLSX_FILE_SUFFIX;
String downLoadFile=filePath+File.separator+fileName;

你可能感兴趣的:(java web 项目的路径问题)