From 44780f83430b31b7d5670bfabe83880c01a90fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Sun, 24 Apr 2022 10:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmapstruct=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fast-boot-framework/pom.xml | 16 ---------------- fast-server/pom.xml | 16 ++++++++++++++++ pom.xml | 22 +++++++++++++++++++++- 3 files changed, 37 insertions(+), 17 deletions(-) diff --git a/fast-boot-framework/pom.xml b/fast-boot-framework/pom.xml index 1d4ce1e..20a0e6c 100644 --- a/fast-boot-framework/pom.xml +++ b/fast-boot-framework/pom.xml @@ -72,22 +72,6 @@ mybatis-plus-boot-starter - org.mapstruct - mapstruct - - - org.mapstruct - mapstruct-jdk8 - - - org.mapstruct - mapstruct-processor - - - org.projectlombok - lombok - - org.springdoc springdoc-openapi-ui diff --git a/fast-server/pom.xml b/fast-server/pom.xml index 03af6c4..4769e48 100644 --- a/fast-server/pom.xml +++ b/fast-server/pom.xml @@ -23,6 +23,22 @@ ${project.artifactId} + + + + + + + + + + + + + + + + org.springframework.boot spring-boot-maven-plugin diff --git a/pom.xml b/pom.xml index bb8cc40..747b1a2 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.6 + 2.6.7 @@ -36,6 +36,26 @@ 1.4.2.Final + + + org.projectlombok + lombok + true + + + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-jdk8 + + + org.mapstruct + mapstruct-processor + + +