提交 e7280584 编写于 作者: Z zyyang

change

上级 20b1ea71
......@@ -41,7 +41,7 @@ public class BatcherInsertTest {
//use database
executor.doExecute("use jdbctemplate_test");
// create table
executor.doExecute("create table if not exists jdbctemplate_test.weather (ts timestamp, temperature int, humidity float)");
executor.doExecute("create table if not exists weather (ts timestamp, temperature int, humidity float)");
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册