From cda670bcd844e2716d7b4802fc032ff1469d7824 Mon Sep 17 00:00:00 2001 From: 18154758993 <605281283@qq.com> Date: Tue, 24 Mar 2026 11:29:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E5=92=8CJava?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将Spring Boot版本从2.1.1.RELEASE升级到2.5.14 - 将Java版本从1.8升级到17 - 将Maven编译插件版本从3.1升级到3.11.0 - 为Lombok添加注解处理器路径配置 - 格式化maven-compiler-plugin配置使其更清晰 - 移除重复的mybatis-plus-core依赖项 - 更新Lombok版本到1.18.32 --- pom.xml | 11 +++++++++-- srs-admin/pom.xml | 12 ++++++++++-- srs-system/pom.xml | 13 +------------ 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 9ae23a0..f13e245 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 3.8.5 UTF-8 UTF-8 - 1.8 + 17 3.1.1 1.2.16 1.21 @@ -234,11 +234,18 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.11.0 ${java.version} ${java.version} ${project.build.sourceEncoding} + + + org.projectlombok + lombok + 1.18.32 + + diff --git a/srs-admin/pom.xml b/srs-admin/pom.xml index 814b6ce..bc42448 100644 --- a/srs-admin/pom.xml +++ b/srs-admin/pom.xml @@ -195,7 +195,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.1.RELEASE + 2.5.14 true @@ -215,7 +215,15 @@ false ${project.artifactId} - org.apache.maven.pluginsmaven-compiler-plugin1414 + + + org.apache.maven.plugins + maven-compiler-plugin + + 14 + 14 + + ${project.artifactId} diff --git a/srs-system/pom.xml b/srs-system/pom.xml index 274fdd9..f7ed2c7 100644 --- a/srs-system/pom.xml +++ b/srs-system/pom.xml @@ -39,15 +39,10 @@ 3.5.3.1 compile - - com.baomidou - mybatis-plus-core - 3.5.3.1 - compile - org.projectlombok lombok + 1.18.32 com.baomidou @@ -55,12 +50,6 @@ 3.5.3.1 compile - - com.baomidou - mybatis-plus-extension - 3.3.0 - compile -