From 3bd8a78e6b600f7d3b125e605d862cf431930a4e Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Wed, 26 Mar 2025 02:20:03 +0800 Subject: [PATCH] 1.5.3 --- 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 c65f0ec..d50c7d0 100644 --- a/README-zh.md +++ b/README-zh.md @@ -50,14 +50,14 @@ QQ群:680016987 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.5.2 + 1.5.3 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.3' ``` - 或者clone代码到本地执行 mvn install, 再引入以上依赖 + 或者clone代码到本地执行 `mvn install`, 再引入以上依赖
注意: MyBatis Plus版本需要3.1.2+
diff --git a/README.md b/README.md index c753b99..91f5701 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ QQ群:680016987 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.5.2 + 1.5.3 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.3' ``` - 或者clone代码到本地执行 mvn install, 再引入以上依赖 + 或者clone代码到本地执行 `mvn install`, 再引入以上依赖
注意: MyBatis Plus版本需要3.1.2+