新增全局报错处理统 优化代码结构 article基础代码完成

This commit is contained in:
qingfeng1121
2025-10-09 17:22:00 +08:00
parent 6841ba67f1
commit 92c604e1f5
7 changed files with 119 additions and 16 deletions

View File

@@ -54,6 +54,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!--参数校验-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
@@ -65,6 +70,7 @@
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>