From 3a171a0f169c236f48d6ab5d0d10ac475e7796e2 Mon Sep 17 00:00:00 2001 From: yoyuzh Date: Mon, 23 Mar 2026 00:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 12 ++++++++++++ lombok.config | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 lombok.config diff --git a/backend/pom.xml b/backend/pom.xml index 590ddb5..d4b8c21 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -104,6 +104,18 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + + + + org.springframework.boot spring-boot-maven-plugin diff --git a/lombok.config b/lombok.config new file mode 100644 index 0000000..df71bb6 --- /dev/null +++ b/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true