From a2c31048cb0a8a7d36bae9830d2e5458527c269f Mon Sep 17 00:00:00 2001 From: dataprince Date: Fri, 2 Feb 2024 21:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0spring-boot-starter-validatio?= =?UTF-8?q?n=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index f366675..cdee8ae 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,13 @@ import + + + org.springframework.boot + spring-boot-starter-validation + ${spring-boot.version} + + cn.hutool