public static void main(String[] args) {
try {
String passwd="123456";
ConfigTools.main(new String[]{passwd});
}catch (Exception e) {
throw new RuntimeException(e);
}
}
public static void main(String[] args) {
try {
String passwd="123456";
ConfigTools.main(new String[]{passwd});
}catch (Exception e) {
throw new RuntimeException(e);
}
}