From 990fb58be9d4a85211fe811904ad3167de0f838b Mon Sep 17 00:00:00 2001
From: gaibu <1016771049@qq.com>
Date: Thu, 12 Jan 2023 21:01:49 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20spring-boot-configuration-processor?=
=?UTF-8?q?=20=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=20spring-configuration-?=
=?UTF-8?q?metadata.json?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bfe536ed2..fd698ff7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,10 @@
${java.version}
${java.version}
3.0.0-M5
- 3.8.0
+ 3.8.1
1.18.24
+ 2.7.7
1.5.3.Final
UTF-8
@@ -64,13 +65,18 @@
maven-surefire-plugin
${maven-surefire-plugin.version}
-
+
org.apache.maven.plugins
maven-compiler-plugin
${maven-compiler-plugin.version}
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ ${spring.boot.version}
+
org.projectlombok
lombok
From d499b3095910ded2fab8f0a4f69d0c624ad81c5d Mon Sep 17 00:00:00 2001
From: gaibu <1016771049@qq.com>
Date: Thu, 12 Jan 2023 21:14:49 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20stackoverflow?=
=?UTF-8?q?=20=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index fd698ff7c..24f536c06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
${maven-surefire-plugin.version}
+
org.apache.maven.plugins
maven-compiler-plugin