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

This commit is contained in:
疯狂的狮子Li
2024-04-24 13:15:43 +08:00
parent 748411c8db
commit ea64f505af
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>