homework-jianmu/docs/examples/JDBC/mybatisplus-demo
sheyanjie-qq 553b57f268 mod java code comments 2024-10-01 10:44:37 +08:00
..
.mvn/wrapper
src
.gitignore
mvnw
mvnw.cmd
pom.xml
readme mod java code comments 2024-10-01 10:44:37 +08:00

readme

# Instructions

## Create and use the database
```shell
$ taos

> create database mp_test
```

## Execute test cases

```shell
$ mvn clean test
```