homework-jianmu/examples/JDBC/mybatisplus-demo
huolibo cd22be63a4
fix(driver): jdbc sample for 3.0 (#16235)
* 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>
2022-08-22 13:26:59 +08:00
..
.mvn/wrapper
src fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
.gitignore
mvnw
mvnw.cmd
pom.xml fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
readme fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00

readme

# 使用说明

## 创建使用db
```shell
$ taos

> create database mp_test
```

## 执行测试用例

```shell
$ mvn clean test
```