全局异常捕获;参数校验
Sync All Branches to GitHub / sync (push) Successful in 2s

This commit is contained in:
2026-01-15 15:23:47 +08:00
parent f9613d2e01
commit 0f069433bc
18 changed files with 158 additions and 368 deletions
+10 -1
View File
@@ -42,12 +42,21 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- jansi -->
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
</dependency>
<!-- 参数校验 -->
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
</dependencies>
</project>