!7 使用redisson

Merge pull request !7 from 月夜/master
This commit is contained in:
月夜
2021-12-28 10:35:07 +00:00
committed by 疯狂的狮子Li
parent b59a0c44b5
commit 0fc652d3e9
16 changed files with 914 additions and 465 deletions

View File

@@ -22,6 +22,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!--redisson-->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<!-- RuoYi Common Core-->
<dependency>