|
|
@@ -41,21 +41,15 @@ public class ExportUtils {
|
|
|
"C:\\Windows\\", "C:\\Program Files\\", "C:\\ProgramData\\"
|
|
|
);
|
|
|
|
|
|
+// /**
|
|
|
+// * 导出文件保存路径
|
|
|
+// */
|
|
|
+// public static String savePath = "/opt/dev_projects";
|
|
|
/**
|
|
|
- * 导出文件保存路径
|
|
|
+ * 本地导出文件保存路径
|
|
|
*/
|
|
|
public static String savePath = "D:\\test\\exports\\";
|
|
|
|
|
|
- /**
|
|
|
- * 临时文件保存路径
|
|
|
- */
|
|
|
- public static String tempPath = "D:\\test\\temp\\";
|
|
|
-
|
|
|
- /**
|
|
|
- * 文件保留天数
|
|
|
- */
|
|
|
- private static int retentionDays = 30;
|
|
|
-
|
|
|
/**
|
|
|
* 单个文件大小限制(MB)
|
|
|
*/
|