update 优化 redis 对Long值的存储类型不同问题

This commit is contained in:
疯狂的狮子Li
2024-04-24 13:17:24 +08:00
parent 00183fc2d6
commit a1cafb2c77
2 changed files with 19 additions and 4 deletions

View File

@@ -37,6 +37,11 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
</project>