替换自定义验证注解

This commit is contained in:
Ricky 2021-10-26 17:22:20 +08:00
parent 8a7dcf8a80
commit b6596d021b
1 changed files with 2 additions and 2 deletions

View File

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