管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-11 fa68791d3dea961ac3b37479928ac742f9603516
src/main/java/com/lf/server/config/PropertiesConfig.java
@@ -9,11 +9,8 @@
 */
@Configuration
public class PropertiesConfig {
    @Value("${sys.path.import}")
    private String importPath;
    @Value("${sys.path.export}")
    private String exportPath;
    @Value("${sys.path.download}")
    private String downloadPath;
    @Value("${sys.path.upload}")
    private String uploadPath;
@@ -46,20 +43,12 @@
        this.druidPwd = druidPwd;
    }
    public String getImportPath() {
        return importPath;
    public String getDownloadPath() {
        return downloadPath;
    }
    public void setImportPath(String importPath) {
        this.importPath = importPath;
    }
    public String getExportPath() {
        return exportPath;
    }
    public void setExportPath(String exportPath) {
        this.exportPath = exportPath;
    public void setDownloadPath(String downloadPath) {
        this.downloadPath = downloadPath;
    }
    public String getUploadPath() {