From a4e1250a0a4150d2db8368de34ccf852cd3e393b Mon Sep 17 00:00:00 2001
From: xiang2lin <251481237@qq.com>
Date: Thu, 22 Aug 2024 18:40:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0mapstruct=E4=BE=9D=E8=B5=96?=
=?UTF-8?q?=202024=E5=B9=B48=E6=9C=8822=E6=97=A518:40:46?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 73a24eaf..ebcdc699 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,6 +383,17 @@
org.springframework.boot
spring-boot-starter-data-mongodb
+
+ org.mapstruct
+ mapstruct
+ 1.4.2.Final
+
+
+ org.mapstruct
+ mapstruct-processor
+ 1.4.2.Final
+ provided
+