From af83c158418fbd8991966e46867e6046da45202f Mon Sep 17 00:00:00 2001 From: Hccake Date: Fri, 10 Sep 2021 12:28:30 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E5=BA=94=E8=AF=A5=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?maven-compiler=20=E6=8C=87=E5=AE=9A=E6=B3=A8=E8=A7=A3=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=99=A8=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E4=BE=9D=E8=B5=96=E7=9A=84=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01-hello-world/pom.xml | 25 +++++++++++++------------ pom.xml | 33 ++++++++++++++++++++++++++++----- 2 files changed, 41 insertions(+), 17 deletions(-) diff --git a/01-hello-world/pom.xml b/01-hello-world/pom.xml index 0c44124..fc9eb5c 100644 --- a/01-hello-world/pom.xml +++ b/01-hello-world/pom.xml @@ -11,6 +11,7 @@ 1.8.0.1 5.3.3 + 1.18.20 @@ -18,20 +19,8 @@ fluent-mybatis ${fluent.mybatis.version} - - com.github.atool - fluent-mybatis-processor - ${fluent.mybatis.version} - provided - - - org.projectlombok - lombok - 1.18.20 - provided - mysql mysql-connector-java @@ -82,6 +71,18 @@ 1.8 1.8 utf-8 + + + org.projectlombok + lombok + ${org.projectlombok.version} + + + com.github.atool + fluent-mybatis-processor + ${fluent.mybatis.version} + + diff --git a/pom.xml b/pom.xml index 44514b0..df09e99 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ 5.3.3 1.1.4 2.7.10 + 1.18.20 01-hello-world @@ -69,10 +70,32 @@ com.github.atool fluent-mybatis - - com.github.atool - fluent-mybatis-processor - provided - + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + utf-8 + + + org.projectlombok + lombok + ${org.projectlombok.version} + + + com.github.atool + fluent-mybatis-processor + ${fluent.mybatis.version} + + + + + + \ No newline at end of file -- Gitee