增加redis计数

This commit is contained in:
zren25
2025-04-18 13:38:59 +08:00
parent 84780ecf3e
commit ec2dfba604
5 changed files with 117 additions and 3 deletions

View File

@@ -226,6 +226,11 @@
<version>2.3.0</version>
</dependency>
<!-- Redis Starter -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>