替换自定义验证注解

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> <dependency>
<groupId>javax.validation</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>validation-api</artifactId> <artifactId>spring-boot-starter-validation</artifactId>
</dependency> </dependency>
<!--常用工具类 --> <!--常用工具类 -->