From 1078760ab74cd5fb8e57481334ac9079b96ba144 Mon Sep 17 00:00:00 2001 From: hao wenbo <2370871878@qq.com> Date: Tue, 26 Jul 2022 15:12:26 +0800 Subject: [PATCH 1/2] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4661c94..04cdd1b 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ LambdaQueryWrapper queryWrapper = Wrappers.lambdaQuery(Student.class) com.gitee.wenbo0 mybatis-plus-wrapper 0.2 - system - ${project.basedir}/src/lib/mybatis-plus-wrapper.jar ``` -- Gitee From 4749321dd4788a7c34e710b0e0d267ebe7b2d487 Mon Sep 17 00:00:00 2001 From: hao wenbo <2370871878@qq.com> Date: Tue, 26 Jul 2022 15:14:19 +0800 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04cdd1b..cfc3bf0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ LambdaQueryWrapper queryWrapper = Wrappers.lambdaQuery(Student.class) ## 使用说明 -### 1. 在pom.xml中引入jar包(后面会传到中央仓库 方便引入) +### 1. 在pom.xml中引入jar包 ```xml -- Gitee