更换自定义验证注解依赖

This commit is contained in:
RuoYi 2021-10-27 11:22:38 +08:00
parent 8367517ede
commit eb47c82bbe

View File

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