|
@@ -25,7 +25,12 @@
|
|
|
<artifactId>toolset-base</artifactId>
|
|
|
<version>1.0</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <!-- redisson -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.redisson</groupId>
|
|
|
+ <artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
+ <version>${redisson.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yonge.toolset</groupId>
|
|
|
<artifactId>utils</artifactId>
|