移除redis的一来
All checks were successful
构建并部署 Spring Boot 应用 / build-and-deploy (push) Successful in 30m46s
All checks were successful
构建并部署 Spring Boot 应用 / build-and-deploy (push) Successful in 30m46s
This commit is contained in:
@@ -11,7 +11,6 @@ Light Delivery 是一个为小程序配送服务设计的后端系统,提供
|
||||
- Spring Data JPA
|
||||
- Spring WebSocket
|
||||
- MySQL
|
||||
- Redis
|
||||
- Maven
|
||||
|
||||
## 主要功能模块
|
||||
|
3
pom.xml
3
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user