From 73d04ebe72c1ea403b8d145e836cb0f448e561df Mon Sep 17 00:00:00 2001
From: zkh <1650697374@qq.com>
Date: Fri, 21 Nov 2025 09:53:04 +0800
Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0Spring=20Boot?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A4=84=E7=90=86=E5=99=A8=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将spring-boot-configuration-processor从dependencies移至maven-compiler-plugin的annotationProcessorPaths
- 升级maven-compiler-plugin版本至3.14.1
- 更新项目版本号从1.0到1.1
---
pom.xml | 2 +-
zkh-web/pom.xml | 18 +++++++++++++-----
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2495d0d..bb4bfbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
vip.jcfd
zkh-framework
- 1.0
+ 1.1
pom
ZKH Framework
A Java framework for ZKH applications
diff --git a/zkh-web/pom.xml b/zkh-web/pom.xml
index e0f820b..e2451a6 100644
--- a/zkh-web/pom.xml
+++ b/zkh-web/pom.xml
@@ -31,11 +31,6 @@
org.springframework.boot
spring-boot-starter-data-redis
-
- org.springframework.boot
- spring-boot-configuration-processor
- true
-
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
@@ -44,6 +39,19 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.14.1
+
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+
+
+
+
org.apache.maven.plugins
maven-source-plugin