1.优化改进全局异常类

2.项目介绍调整
This commit is contained in:
海言
2026-01-09 11:41:19 +08:00
parent 27b45cca66
commit 055987541c
6 changed files with 209 additions and 106 deletions

View File

@@ -46,6 +46,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>