feat(core): 新增 JSR 303 校验方法

This commit is contained in:
2024-06-24 22:09:09 +08:00
parent ce08f28a61
commit 3e9a15295a
2 changed files with 29 additions and 0 deletions

View File

@@ -23,6 +23,13 @@
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<!-- Hibernate Validator -->
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<optional>true</optional>
</dependency>
<!-- 第三方封装 Ip2region离线 IP 数据管理框架和定位库支持亿级别的数据段10 微秒级别的查询性能,提供了许多主流编程语言的 xdb 数据管理引擎的实现) -->
<dependency>
<groupId>net.dreamlu</groupId>