TASK:1.登录接口联调修改 2.搭配生成优化 3.搭配生成、聊天接口文档添加

This commit is contained in:
2025-10-27 16:39:39 +08:00
parent f1c4b50435
commit ec5054d238
18 changed files with 371 additions and 177 deletions

View File

@@ -90,6 +90,11 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- Swagger for API Documentation -->
<dependency>