管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-19 e887f5d7346b210d2c5c583ca0257ede3edbdfee
src/main/java/com/lf/server/config/PropertiesConfig.java
@@ -8,6 +8,7 @@
 * @author WWW
 */
@Configuration
@SuppressWarnings("AlibabaCommentsMustBeJavadocFormat")
public class PropertiesConfig {
    @Value("${sys.path.download}")
    private String downloadPath;
@@ -21,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() {