change
This commit is contained in:
parent
1bdcc0f186
commit
22f38e54a7
|
@ -48,8 +48,6 @@ public class TaosDemoCommandLineRunner implements CommandLineRunner {
|
|||
System.exit(0);
|
||||
}
|
||||
|
||||
DataSource dataSource = DataSourceFactory.getInstance(config.host, config.port, config.user, config.password);
|
||||
|
||||
// 准备数据
|
||||
prepareMetaData(config);
|
||||
// 超级表的meta
|
||||
|
|
Loading…
Reference in New Issue