管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-31 5fe2473ba0e9f374da27e919fdce09b0915f5e51
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() {