whycxzp
2021-07-15 38bd3114c0ee3b8acb3e0fdd4b85671b62603c31
src/main/java/com/whyc/Application.java
@@ -33,6 +33,7 @@
        ClearTableService service = (ClearTableService) applicationContext.getBean("clearTableService");
        service.clearTable();
        service.dropTable();
        service.clearColumn();
        int sleepSeconds = 5;
        System.out.println("清除/删除操作完成,"+sleepSeconds+"秒后自动退出程序...");
        try {