Update README.md

pull/4313/head
Nikita Koksharov 3 years ago committed by GitHub
parent 61b8d4d439
commit 22bf98a56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
Integrates Redisson with Spring Boot library. Depends on [Spring Data Redis](https://github.com/redisson/redisson/tree/master/redisson-spring-data#spring-data-redis-integration) module.
Supports Spring Boot 1.3.x - 2.6.x
Supports Spring Boot 1.3.x - 2.7.x
## Usage
@ -14,14 +14,14 @@ Maven
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.1</version>
<version>3.17.2</version>
</dependency>
```
Gradle
```groovy
compile 'org.redisson:redisson-spring-boot-starter:3.17.1'
compile 'org.redisson:redisson-spring-boot-starter:3.17.2'
```

Loading…
Cancel
Save