🎨 #1522 开放平台优化redis存储配置类,同时对应的 spring boot starter 模块增加新特性

This commit is contained in:
Mario Luo
2020-04-19 22:36:04 +08:00
committed by GitHub
parent 7ace417364
commit 585bd94b8a
10 changed files with 303 additions and 249 deletions

View File

@@ -22,12 +22,18 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>${spring.boot.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>