build(ff-mysql): 移除 Redis 相关依赖

- 删除了 spring-boot-starter-data-redis 依赖
- 删除了 commons-pool2 依赖
main-pp
liaoyong 2025-04-11 19:47:41 +08:00
parent de27d191c2
commit 69f634a948
1 changed files with 0 additions and 10 deletions

View File

@ -58,16 +58,6 @@
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
</dependency> </dependency>
<!-- redis 缓存操作 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- pool 对象池, redis 依赖此对象池 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
</dependencies> </dependencies>