Update README.md

pull/1705/head
Nikita Koksharov 6 years ago committed by GitHub
parent ec0e79d3af
commit 81b4501b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,13 +17,13 @@ Usage
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
```
Gradle
```java
compile 'org.redisson:redisson-spring-boot-starter:3.8.0'
compile 'org.redisson:redisson-spring-boot-starter:3.8.1'
```
2. __For JDK 1.6+__
@ -33,13 +33,13 @@ Usage
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
</dependency>
```
Gradle
```java
compile 'org.redisson:redisson-spring-boot-starter:2.13.0'
compile 'org.redisson:redisson-spring-boot-starter:2.13.1'
```
### 2. Add settings into `application.settings` file

Loading…
Cancel
Save