diff --git a/README.md b/README.md index 8037dc6..aa0f8e7 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,22 @@ QQ群:1022221898 1. 在项目中添加依赖 - ```xml - - com.github.yulichang - mybatis-plus-join - 1.1.6 - - ``` - 或者clone代码到本地,执行mvn install,再引入以上依赖 -
- 注意: mybatis plus version >= 3.4.0 -
+- Maven + ```xml + + com.github.yulichang + mybatis-plus-join + 1.1.6 + + ``` +- Gradle + ``` + implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.1.6' + ``` + 或者clone代码到本地自行安装,再引入以上依赖 +
+ 注意: mybatis plus version >= 3.4.0 +
### 使用