diff --git a/README-zh.md b/README-zh.md index 7d64903..0b6e997 100644 --- a/README-zh.md +++ b/README-zh.md @@ -50,16 +50,16 @@ QQ群:680016987 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.5.1 + 1.5.2 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.1' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
- 注意: MyBatis Plus版本需要3.3.0+ + 注意: MyBatis Plus版本需要3.1.2+
### 使用 diff --git a/README.md b/README.md index a1db25e..f043004 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,16 @@ QQ群:680016987 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.5.1 + 1.5.2 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.1' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
- 注意: MyBatis Plus版本需要3.3.0+ + 注意: MyBatis Plus版本需要3.1.2+
### 使用