From fa68791d3dea961ac3b37479928ac742f9603516 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 11 十一月 2022 10:07:48 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/config/PropertiesConfig.java | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/lf/server/config/PropertiesConfig.java b/src/main/java/com/lf/server/config/PropertiesConfig.java index 9c20888..1c1c465 100644 --- a/src/main/java/com/lf/server/config/PropertiesConfig.java +++ b/src/main/java/com/lf/server/config/PropertiesConfig.java @@ -12,9 +12,6 @@ @Value("${sys.path.download}") private String downloadPath; - @Value("${sys.path.export}") - private String exportPath; - @Value("${sys.path.upload}") private String uploadPath; @@ -52,14 +49,6 @@ public void setDownloadPath(String downloadPath) { this.downloadPath = downloadPath; - } - - public String getExportPath() { - return exportPath; - } - - public void setExportPath(String exportPath) { - this.exportPath = exportPath; } public String getUploadPath() { -- Gitblit v1.9.3