修复 Redis 断连重连并更新中介导入文案

This commit is contained in:
wkc
2026-04-22 09:46:36 +08:00
parent 624b51292f
commit fc6af5234d
13 changed files with 392 additions and 8 deletions

View File

@@ -59,6 +59,13 @@
<artifactId>ruoyi-system</artifactId>
</dependency>
<!-- 测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>