feat:集成redisson
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -33,6 +33,7 @@
|
||||
<spring-data-redis.version>3.23.6</spring-data-redis.version>
|
||||
<rocketmq.version>2.2.3</rocketmq.version>
|
||||
<spring.authorization.server.version>0.4.0</spring.authorization.server.version>
|
||||
<redisson.version>3.15.1</redisson.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -86,6 +87,11 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson</artifactId>
|
||||
<version>${redisson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- RocketMQ -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user