From 48b12a324cf08730dcf5aa6ea41d41e968a43cc3 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Mon, 29 May 2023 17:22:07 +0800 Subject: [PATCH] pom --- README.md | 2 +- mybatis-plus-join-core/pom.xml | 61 +--------------------------------- pom.xml | 2 +- 3 files changed, 3 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 760a636..7e6e7a5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ class test { void testJoin() { //和Mybatis plus一致,MPJLambdaWrapper的泛型必须是主表的泛型,并且要用主表的Mapper来调用 - MPJLambdaWrapper wrapper = JoinWrappers.lambda(User.class) + MPJLambdaWrapper wrapper = JoinWrappers.lambda(UserDO.class) .selectAll(UserDO.class)//查询user表全部字段 .select(UserAddressDO::getTel)//查询user_address tel 字段 .selectAs(UserAddressDO::getAddress, UserDTO::getUserAddress)//别名 diff --git a/mybatis-plus-join-core/pom.xml b/mybatis-plus-join-core/pom.xml index 67e45e1..4f86364 100644 --- a/mybatis-plus-join-core/pom.xml +++ b/mybatis-plus-join-core/pom.xml @@ -96,64 +96,5 @@ - - - - org.jetbrains.kotlin - kotlin-maven-plugin - 1.8.21 - - - compile - compile - - compile - - - - src/main/java - target/generated-sources/annotations - - - - - test-compile - test-compile - - test-compile - - - - src/test/java - target/generated-test-sources/test-annotations - - - - - - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-compiler-plugin - - - compile - compile - - compile - - - - testCompile - test-compile - - testCompile - - - - - - + diff --git a/pom.xml b/pom.xml index c026f69..dc58608 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 1.8 1.8 1.8 - 1.8 + 1.8 github UTF-8