修改异常拦截配置.

This commit is contained in:
lijiahang
2023-07-08 00:57:32 +08:00
parent fb73a4c88f
commit 36193f56fc
5 changed files with 281 additions and 75 deletions

View File

@@ -52,6 +52,12 @@
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<!-- validation -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- configuration -->
<dependency>
<groupId>org.springframework.boot</groupId>