Update README.md

pull/1792/head
Nikita Koksharov 6 years ago committed by GitHub
parent cdb2b6ff12
commit 993e3b4406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,13 +19,13 @@ Usage
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
</dependency>
```
Gradle
```java
compile 'org.redisson:redisson-spring-boot-starter:3.8.2'
compile 'org.redisson:redisson-spring-boot-starter:3.9.1'
```
2. __For JDK 1.6+__
@ -35,13 +35,13 @@ Usage
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>2.13.2</version>
<version>2.14.1</version>
</dependency>
```
Gradle
```java
compile 'org.redisson:redisson-spring-boot-starter:2.13.2'
compile 'org.redisson:redisson-spring-boot-starter:2.14.1'
```
### 2. Add settings into `application.settings` file

Loading…
Cancel
Save