更换自定义验证注解依赖
This commit is contained in:
parent
8367517ede
commit
eb47c82bbe
4
pom.xml
4
pom.xml
@ -124,8 +124,8 @@
|
|||||||
|
|
||||||
<!-- 自定义验证注解 -->
|
<!-- 自定义验证注解 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.validation</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>validation-api</artifactId>
|
<artifactId>spring-boot-starter-validation</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 常用工具类 -->
|
<!-- 常用工具类 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user