|
|
@ -16,14 +16,14 @@ Maven
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
|
<version>3.11.6</version>
|
|
|
|
<version>3.12.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Gradle
|
|
|
|
Gradle
|
|
|
|
|
|
|
|
|
|
|
|
```groovy
|
|
|
|
```groovy
|
|
|
|
compile 'org.redisson:redisson-spring-boot-starter:3.11.6'
|
|
|
|
compile 'org.redisson:redisson-spring-boot-starter:3.12.0'
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 2. Add settings into `application.settings` file
|
|
|
|
### 2. Add settings into `application.settings` file
|
|
|
|