移除redis的一来
All checks were successful
构建并部署 Spring Boot 应用 / build-and-deploy (push) Successful in 30m46s

This commit is contained in:
2025-10-14 22:53:27 +08:00
parent 8bc52da548
commit 31e61cf571
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ Light Delivery 是一个为小程序配送服务设计的后端系统,提供
- Spring Data JPA
- Spring WebSocket
- MySQL
- Redis
- Maven
## 主要功能模块

View File

@@ -68,10 +68,13 @@
<artifactId>spring-boot-starter-data-jpa</artifactId> <!-- 版本由父POM管理移除显式版本 -->
</dependency>
<!-- 移除 Redis 依赖 -->
<!--
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
-->
<dependency>
<groupId>org.projectlombok</groupId>