From 5fe2473ba0e9f374da27e919fdce09b0915f5e51 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 31 十月 2022 20:21:56 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/config/PropertiesConfig.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/lf/server/config/PropertiesConfig.java b/src/main/java/com/lf/server/config/PropertiesConfig.java index ad0ae83..9c20888 100644 --- a/src/main/java/com/lf/server/config/PropertiesConfig.java +++ b/src/main/java/com/lf/server/config/PropertiesConfig.java @@ -9,8 +9,8 @@ */ @Configuration public class PropertiesConfig { - @Value("${sys.path.import}") - private String importPath; + @Value("${sys.path.download}") + private String downloadPath; @Value("${sys.path.export}") private String exportPath; @@ -46,12 +46,12 @@ this.druidPwd = druidPwd; } - public String getImportPath() { - return importPath; + public String getDownloadPath() { + return downloadPath; } - public void setImportPath(String importPath) { - this.importPath = importPath; + public void setDownloadPath(String downloadPath) { + this.downloadPath = downloadPath; } public String getExportPath() { -- Gitblit v1.9.3