添加全局响应包装

This commit is contained in:
2023-07-25 16:17:58 +08:00
parent d1b10265c4
commit 2820d4c2ea
3 changed files with 47 additions and 5 deletions

View File

@@ -65,6 +65,11 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>