diff --git a/MAPPING.md b/MAPPING.md index 5958f3d..ffe6f5b 100644 --- a/MAPPING.md +++ b/MAPPING.md @@ -1,38 +1,5 @@ # mybatis-plus-join -* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta6 - -* 点个Star支持一下吧 :) - -QQ群:1022221898 - -## 使用方法 - -### 安装 - -- Maven - ```xml - - com.github.yulichang - mybatis-plus-join - 1.2.0.Beta6 - - ``` -- Gradle - ``` - implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta6' - ``` - 或者clone代码到本地执行 mvn install, 再引入以上依赖 -
- 注意: mybatis plus version >= 3.4.0 -
- -### 使用 - -* mapper继承MPJBaseMapper -* service继承MPJBaseService (可选) -* serviceImpl继承MPJBaseServiceImpl (可选) - #### @EntityMapping 和 @FieldMapping 注解 UserDO.java diff --git a/README.md b/README.md index a35b92e..3ff31d1 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ QQ群:1022221898 com.github.yulichang mybatis-plus-join - 1.1.8 + 1.2.0 ``` - Gradle ``` - implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.1.8' + implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖