From 0944318dc69e3dd87399abd84e8deccf9b29de9e Mon Sep 17 00:00:00 2001 From: Yjoioooo <693337446@qq.com> Date: Mon, 24 Apr 2023 10:25:41 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=8E=A5=E5=85=A5mapstruct-plus=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 19 +++++++++++++++++++ ruoyi-common/ruoyi-common-core/pom.xml | 5 +++++ 2 files changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index d853b2c8..6cd1acba 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,8 @@ 8.14.0 1.72 2.14.2 + 1.2.1 + 0.2.0 2.7.0 @@ -364,6 +366,13 @@ ${alibaba-ttl.version} + + io.github.linpeilie + mapstruct-plus-spring-boot-starter + ${mapstruct-plus.version} + + + @@ -409,6 +418,16 @@ spring-boot-configuration-processor ${spring-boot.version} + + io.github.linpeilie + mapstruct-plus-processor + ${mapstruct-plus.version} + + + org.projectlombok + lombok-mapstruct-binding + ${mapstruct-plus.lombok.version} + diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index f4b52efa..d38ee739 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -110,6 +110,11 @@ spring-boot-configuration-processor + + io.github.linpeilie + mapstruct-plus-spring-boot-starter + +