From 6d3f24aad68dd69ed9f323f65649a21b85f5113c Mon Sep 17 00:00:00 2001 From: liuzh Date: Wed, 1 Apr 2026 19:34:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7Spring=20Boot=E5=88=B0?= =?UTF-8?q?4.1.0-M2=E4=BB=A5=E5=85=BC=E5=AE=B9Spring=20AI=202.0.0-M4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spring AI 2.0.0-M4依赖Spring Framework 7.0(RetryListener类), 需要Spring Boot 4.x作为parent。 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a873404..1548420 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.3 + 4.1.0-M2