From f6631751088b472a661baf1cab6bce78848b4fc1 Mon Sep 17 00:00:00 2001 From: lance Date: Tue, 23 Jul 2024 15:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=20pom.xml=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=AF=BC=E5=85=A5IDEA=20=E4=B8=AD=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90Q=20=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index cf67b8e..b47e63d 100644 --- a/pom.xml +++ b/pom.xml @@ -239,6 +239,23 @@ ${project.build.sourceEncoding} + + + com.mysema.maven + apt-maven-plugin + 1.1.3 + + + + process + + + target/generated-sources/java + com.querydsl.apt.jpa.JPAAnnotationProcessor + + + + -- Gitee