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;