From e6a7c15aa0094f0d5e82cd451077f12e007ab456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E7=90=A6?= <1702282943@qq.com> Date: Sat, 28 Feb 2026 13:19:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AE=20Lombok=20=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=E5=A4=84=E7=90=86=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 maven-compiler-plugin 中添加 Lombok annotationProcessorPaths 配置 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- backend/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index 4eeaa4e..196fd37 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -50,6 +50,18 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + + + + org.springframework.boot spring-boot-maven-plugin