替换自定义验证注解

pull/339/head
Ricky 2021-10-26 16:44:18 +08:00
parent 5f836d249c
commit 5a9e87c60d
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
<!-- 自定义验证注解 -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!--常用工具类 -->