From 83f332392fcd749faa55b0c8370debc86cc1a4be Mon Sep 17 00:00:00 2001 From: jera <570810310@qq.com> Date: Wed, 27 Jan 2021 16:17:10 +0800 Subject: [PATCH 1/2] add README.md. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..15ef124 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# mybatis-plus-join +支持连表查询的[mybatis-plus](https://gitee.com/baomidou/mybatis-plus) + +## 运行环境 +* mysql8 +* jdk8 +* mybatis-plus 3.4.2 + +## 使用方法 +* [参考测试类](https://gitee.com/best_handsome/mybatis-plus-join/blob/master/src/test/java/com/example/mp/MpJoinTest.java) \ No newline at end of file From 19187c0a6e36772de647a295099672ca66fd067e Mon Sep 17 00:00:00 2001 From: jera <570810310@qq.com> Date: Wed, 27 Jan 2021 18:16:31 +0800 Subject: [PATCH 2/2] update mp-test.sql. --- mp-test.sql | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/mp-test.sql b/mp-test.sql index 0513ca4..2678d54 100644 --- a/mp-test.sql +++ b/mp-test.sql @@ -1,19 +1,3 @@ -/* - Navicat Premium Data Transfer - - Source Server : rm-bp1f1jf1i3x66k1p6go.mysql.rds.aliyuncs.com - Source Server Type : MySQL - Source Server Version : 50725 - Source Host : rm-bp1f1jf1i3x66k1p6go.mysql.rds.aliyuncs.com:3306 - Source Schema : mp-test - - Target Server Type : MySQL - Target Server Version : 50725 - File Encoding : 65001 - - Date: 27/01/2021 15:29:40 -*/ - SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0;