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");
|
boolean isHelp = Arrays.asList(args).contains("--help");
|
||||||
if (isHelp) {
|
if (isHelp) {
|
||||||
JdbcTaosdemoConfig.printHelp();
|
JdbcTaosdemoConfig.printHelp();
|
||||||
|
System.exit(0);
|
||||||
}
|
}
|
||||||
// 准备数据
|
// 准备数据
|
||||||
prepareData(config);
|
prepareData(config);
|
||||||
|
|
Loading…
Reference in New Issue