whycxzp
2021-07-09 73063fa5286e6ae2ee941d46f87e31bf00b66b8c
更新
1个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/whyc/Application.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/Application.java
@@ -31,8 +31,8 @@
        SpringApplication.run(Application.class,args);
        ApplicationContext applicationContext = SpringUtil.getApplicationContext();
        ClearTableService service = (ClearTableService) applicationContext.getBean("clearTableService");
        //service.clearTable();
        //service.dropTable();
        service.clearTable();
        service.dropTable();
        int sleepSeconds = 5;
        System.out.println("清除/删除操作完成,"+sleepSeconds+"秒后自动退出程序...");
        try {