feat:redis配置初始化

This commit is contained in:
xiang
2025-07-28 00:16:35 +08:00
parent 0c31035d0c
commit 63249f8537
6 changed files with 59 additions and 17 deletions

View File

@@ -139,6 +139,10 @@
<artifactId>fastjson2</artifactId>
<version>2.0.51</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>