From 5d16d68d4e2f1e047cd7815b3784425af690b186 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Thu, 31 Oct 2024 13:51:09 +0800 Subject: [PATCH] 1.5.2 --- README-zh.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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+
### 使用