This commit is contained in:
zyyang 2020-12-11 15:40:08 +08:00
parent 94c2721e97
commit d73c69b60e
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class TaosDemoCommandLineRunner implements CommandLineRunner {
boolean isHelp = Arrays.asList(args).contains("--help");
if (isHelp) {
JdbcTaosdemoConfig.printHelp();
System.exit(0);
}
// 准备数据
prepareData(config);