From 7eb69f8c3e57eb176e2a060b178ba3ac01385829 Mon Sep 17 00:00:00 2001 From: abing Date: Mon, 25 Dec 2023 21:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=AE=9E=E7=8E=B0=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从 spring boot 2.3.0 版本以后,移除了 spring-boot-starter-validation 依赖。 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5b3e945dc..7877b96e8 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,11 @@ validation-api + + org.hibernate.validator + hibernate-validator + + org.springframework.boot