From c96fb9462573cd83774ff252db63d632a27af352 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 31 Dec 2024 14:08:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0mapstruct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 +++++++++++++++++++++- wfc-modules/wfc-user/pom.xml | 6 ++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d0a7f3..26761e3 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 5.8.33 1.18.36 1.6.2 + 1.6.3 1.6.2 3.8.1 ${env.NACOS_SERVER_NAME} @@ -293,6 +294,13 @@ ${wfc.version} + + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + org.wfc @@ -358,6 +366,18 @@ ${java.version} ${java.version} ${project.build.sourceEncoding} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + org.projectlombok + lombok + ${lombok.version} + + @@ -464,7 +484,7 @@ cyc - 192.168.2.248:8848 + 192.168.9.50:8848 wfc-cyc diff --git a/wfc-modules/wfc-user/pom.xml b/wfc-modules/wfc-user/pom.xml index ead1302..33d2e3f 100644 --- a/wfc-modules/wfc-user/pom.xml +++ b/wfc-modules/wfc-user/pom.xml @@ -92,6 +92,12 @@ junit test + + + + org.mapstruct + mapstruct +