* fix(driver): jdbc sample for 3.0 * fix: drop table if exists * test: valgrind case Co-authored-by: Shengliang Guan <slguan@taosdata.com> Co-authored-by: Shuduo Sang <sangshuduo@gmail.com> |
||
---|---|---|
.. | ||
.mvn/wrapper | ||
src | ||
.gitignore | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
readme |
readme
# 使用说明 ## 创建使用db ```shell $ taos > create database mp_test ``` ## 执行测试用例 ```shell $ mvn clean test ```