From 5573ab68a6bf98014e6948d0c5ab538a90ce0ada Mon Sep 17 00:00:00 2001 From: sws <15810472099@163.com> Date: 星期六, 14 一月 2023 09:46:15 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/config/PropertiesConfig.java | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/java/com/lf/server/config/PropertiesConfig.java b/src/main/java/com/lf/server/config/PropertiesConfig.java index 3a8b1ac..6767572 100644 --- a/src/main/java/com/lf/server/config/PropertiesConfig.java +++ b/src/main/java/com/lf/server/config/PropertiesConfig.java @@ -28,22 +28,6 @@ // @Value("${spring.datasource.druid.stat-view-servlet.login-password}") private String druidPwd; - public String getDruidUser() { - return druidUser; - } - - public void setDruidUser(String druidUser) { - this.druidUser = druidUser; - } - - public String getDruidPwd() { - return druidPwd; - } - - public void setDruidPwd(String druidPwd) { - this.druidPwd = druidPwd; - } - public String getDownloadPath() { return downloadPath; } @@ -75,4 +59,20 @@ public void setTempPath(String tempPath) { this.tempPath = tempPath; } + + public String getDruidUser() { + return druidUser; + } + + public void setDruidUser(String druidUser) { + this.druidUser = druidUser; + } + + public String getDruidPwd() { + return druidPwd; + } + + public void setDruidPwd(String druidPwd) { + this.druidPwd = druidPwd; + } } -- Gitblit v1.9.3