homework-jianmu/examples/JDBC/mybatisplus-demo
Haojun Liao 1c06206000 other:merge 3.0 2022-08-25 11:01:36 +08:00
..
.mvn/wrapper [TD-13408]<test>: move examples back to TDegnine (#10196) 2022-02-10 16:19:06 +08:00
src other:merge 3.0 2022-08-25 11:01:36 +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 other:merge 3.0 2022-08-25 11:01:36 +08:00
readme other:merge 3.0 2022-08-25 11:01:36 +08:00

readme

# 使用说明

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

> create database mp_test
```

## 执行测试用例

```shell
$ mvn clean test
```