管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-06 502c7dbbe1f906ae22895436b925a3aa2fb7225a
src/main/java/com/lf/server/config/PropertiesConfig.java
@@ -10,9 +10,6 @@
@Configuration
@SuppressWarnings("AlibabaCommentsMustBeJavadocFormat")
public class PropertiesConfig {
    @Value("${sys.fme.url}")
    private String fmeUrl;
    @Value("${sys.path.download}")
    private String downloadPath;
@@ -30,14 +27,6 @@
    // @Value("${spring.datasource.druid.stat-view-servlet.login-password}")
    private String druidPwd;
    public String getFmeUrl() {
        return fmeUrl;
    }
    public void setFmeUrl(String fmeUrl) {
        this.fmeUrl = fmeUrl;
    }
    public String getDownloadPath() {
        return downloadPath;