homework-jianmu/docs/examples/JDBC/mybatisplus-demo
sheyanjie-qq b1e9c7e6e6 update jdbc stmt2 doc and sample code 2024-12-25 16:58:30 +08:00
..
.mvn/wrapper move sample code to docs/example 2024-08-22 18:15:02 +08:00
src update jdbc demo, and version history 2024-11-26 09:42:05 +08:00
.gitignore move sample code to docs/example 2024-08-22 18:15:02 +08:00
mvnw move sample code to docs/example 2024-08-22 18:15:02 +08:00
mvnw.cmd move sample code to docs/example 2024-08-22 18:15:02 +08:00
pom.xml update jdbc stmt2 doc and sample code 2024-12-25 16:58:30 +08:00
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
```