From cd5e19a18457fdaf10fbb71b074e62589b914d60 Mon Sep 17 00:00:00 2001
From: shikong <919411476@qq.com>
Date: Mon, 9 Dec 2024 18:21:08 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
wx-docking-platform-api/pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/wx-docking-platform-api/pom.xml b/wx-docking-platform-api/pom.xml
index a13e5f2..1708983 100644
--- a/wx-docking-platform-api/pom.xml
+++ b/wx-docking-platform-api/pom.xml
@@ -57,13 +57,29 @@
maven-compiler-plugin
+
+ org.mapstruct
+ mapstruct-processor
+ ${org.mapstruct.version}
+
+
+
+
+ org.projectlombok
+ lombok-mapstruct-binding
+ 0.2.0
+
+
org.projectlombok
lombok
+ ${lombok.version}
+
org.springframework.boot
spring-boot-configuration-processor
+ ${springboot.version}