管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-29 1d53dd8f501a98ddcce8146443b51b357ef5f9b1
src/main/java/com/lf/server/config/PropertiesConfig.java
@@ -8,12 +8,10 @@
 * @author WWW
 */
@Configuration
@SuppressWarnings("AlibabaCommentsMustBeJavadocFormat")
public class PropertiesConfig {
    @Value("${sys.path.download}")
    private String downloadPath;
    @Value("${sys.path.export}")
    private String exportPath;
    @Value("${sys.path.upload}")
    private String uploadPath;
@@ -24,10 +22,10 @@
    @Value("${sys.path.temp}")
    private String tempPath;
    @Value("${spring.datasource.druid.stat-view-servlet.login-username}")
    // @Value("${spring.datasource.druid.stat-view-servlet.login-username}")
    private String druidUser;
    @Value("${spring.datasource.druid.stat-view-servlet.login-password}")
    // @Value("${spring.datasource.druid.stat-view-servlet.login-password}")
    private String druidPwd;
    public String getDruidUser() {
@@ -52,14 +50,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() {