From b18e062603799c1f2fcb19fe28de82c962b4ea74 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Tue, 8 Jul 2025 00:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0mapstruct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 313efe3..79fb87a 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,21 @@ reactor-core 3.2.2.RELEASE + + + + org.mapstruct + mapstruct + 1.5.5.Final + + + + + org.mapstruct + mapstruct-processor + 1.5.5.Final + provided + @@ -233,6 +248,13 @@ ${java.version} ${java.version} + + + org.mapstruct + mapstruct-processor + 1.5.5.Final + +