homework-jianmu/docs/examples/JDBC/mybatisplus-demo
sheyanjie-qq 5516657020 update jdbc demo, and version history 2024-11-25 19:07:11 +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-25 19:07:11 +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 demo, and version history 2024-11-25 19:07:11 +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
```