From 702e7e89e3048003dbe8c2052bdf8a323c05f8d8 Mon Sep 17 00:00:00 2001 From: yulichang <33247410+yulichang@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:04:57 +0800 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2963295 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# mybatis-plus-join +支持连表查询的mybatis-plus + +## 运行环境 +* mysql8 +* jdk8 +* mybatis-plus 3.4.2 + +## 使用方法 +* 参考测试类 +