使用 Redis 缓存,替代本地缓存

This commit is contained in:
YunaiV
2023-07-29 06:37:27 +08:00
parent 3dd4700ce4
commit 8b704ff483
77 changed files with 1788 additions and 3012 deletions

View File

@@ -36,6 +36,11 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
</project>