src/main/java/com/whyc/Application.java
@@ -34,7 +34,7 @@ service.clearTable(); service.dropTable(); service.clearColumn(); int sleepSeconds = 5; int sleepSeconds = 3; System.out.println("清除/删除操作完成,"+sleepSeconds+"秒后自动退出程序..."); try { sleep(sleepSeconds*1000);