build: 集成参数校验支持

This commit is contained in:
xiongxiaoyang
2022-05-17 06:00:25 +08:00
parent 3092635141
commit 2328bc516e
2 changed files with 35 additions and 0 deletions

View File

@@ -92,6 +92,12 @@
<scope>runtime</scope>
</dependency>
<!-- 请求参数校验相关 -->
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>