change
This commit is contained in:
parent
94c2721e97
commit
d73c69b60e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue