update some default configuration

This commit is contained in:
陈精华
2023-06-18 09:50:31 +08:00
parent 298df02879
commit 35585580a4
3 changed files with 5 additions and 5 deletions

View File

@@ -404,7 +404,7 @@ public class ConfigConstants {
public static String getPassword() {
return password;
}
@Value("${sc.password:123456}")
@Value("${delete.password:123456}")
public void setPassword(String password) {
setPasswordValue(password);
}