From dff69e316e736d2a8a7d9f9d5553f7b330223b40 Mon Sep 17 00:00:00 2001 From: zichun Date: Fri, 15 May 2026 10:56:35 +0800 Subject: [PATCH] fix(usr): 锁定 Lombok 1.18.40 + 显式 annotationProcessorPaths(兼容 JDK 25) --- backend/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 963c923..a19dcac 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -25,6 +25,7 @@ UTF-8 3.5.7 0.12.5 + 1.18.40 @@ -83,6 +84,7 @@ org.projectlombok lombok + ${lombok.version} true @@ -96,6 +98,19 @@ + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + ${lombok.version} + + + + + org.springframework.boot spring-boot-maven-plugin -- libgit2 0.22.2