From e8aa9be93d045c54078d5ca6f0339d280fc25f13 Mon Sep 17 00:00:00 2001 From: awinx Date: Tue, 7 Oct 2025 18:15:14 +0800 Subject: [PATCH] =?UTF-8?q?test05=20=E6=B7=BB=E5=8A=A0lombok=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ test05/pom.xml | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index 5d2daa6..9e1b959 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,13 @@ replay_pid* # *.iml # *.ipr +# Maven +*/mvnw* +.mvn/ + +# VSCODE +.vscode/ + # CMake cmake-build-*/ diff --git a/test05/pom.xml b/test05/pom.xml index ccc4754..dadd0ae 100644 --- a/test05/pom.xml +++ b/test05/pom.xml @@ -126,6 +126,22 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 25 + 25 + + + org.projectlombok + lombok + 1.18.24 + + + +