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 [TD-13408]<test>: move examples back to TDegnine (#10196) 2022-02-10 16:19:06 +08:00
src fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
.gitignore [TD-13408]<test>: move examples back to TDegnine (#10196) 2022-02-10 16:19:06 +08:00
mvnw [TD-13408]<test>: move examples back to TDegnine (#10196) 2022-02-10 16:19:06 +08:00
mvnw.cmd [TD-13408]<test>: move examples back to TDegnine (#10196) 2022-02-10 16:19:06 +08:00
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
```