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() {