From 1962dd586c1eaec2088a6793029f7b004981794f Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Mon, 16 Jun 2025 11:07:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(ai-web):=20=E5=A2=9E=E5=8A=A0=E8=BE=85?= =?UTF-8?q?=E5=8A=A9=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-ai/pom.xml | 18 +++++++++++++++++- service-ai/service-ai-web/pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/service-ai/pom.xml b/service-ai/pom.xml index 7ddfff1..9763d44 100644 --- a/service-ai/pom.xml +++ b/service-ai/pom.xml @@ -29,12 +29,18 @@ 11.1.0 5.1.0 5.8.27 + 1.6.3 + + org.mapstruct + mapstruct + org.projectlombok lombok + true @@ -154,12 +160,22 @@ solon-ai-dialect-openai ${solon-ai.version} + + org.mapstruct + mapstruct + ${mapstruct.version} + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + org.apache.maven.plugins maven-source-plugin @@ -168,7 +184,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.3.0 + 3.6.0 org.springframework.boot diff --git a/service-ai/service-ai-web/pom.xml b/service-ai/service-ai-web/pom.xml index fa7095c..9752d53 100644 --- a/service-ai/service-ai-web/pom.xml +++ b/service-ai/service-ai-web/pom.xml @@ -70,6 +70,32 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + + + org.projectlombok + lombok + + + org.projectlombok + lombok-mapstruct-binding + 0.2.0 + + + + -Amapstruct.defaultComponentModel=spring + -Amapstruct.defaultInjectionStrategy=constructor + + + org.springframework.boot spring-boot-maven-plugin