提交 20b1ea71 编写于 作者: Z zyyang

change

上级 b11a5142
......@@ -39,9 +39,9 @@ public class BatcherInsertTest {
// create database
executor.doExecute("create database if not exists test");
//use database
executor.doExecute("use test");
executor.doExecute("use jdbctemplate_test");
// create table
executor.doExecute("create table if not exists test.weather (ts timestamp, temperature int, humidity float)");
executor.doExecute("create table if not exists jdbctemplate_test.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.
先完成此消息的编辑!
想要评论请 注册