Update README.md

pull/2459/head
Nikita Koksharov 5 years ago committed by GitHub
parent fcd84764c4
commit 6acec92139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,14 +16,14 @@ Maven
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.11.5</version>
<version>3.11.6</version>
</dependency>
```
Gradle
```groovy
compile 'org.redisson:redisson-spring-boot-starter:3.11.5'
compile 'org.redisson:redisson-spring-boot-starter:3.11.6'
```
### 2. Add settings into `application.settings` file
@ -45,7 +45,7 @@ spring.redis.sentinel.nodes=
# Redisson settings
#path to redisson.yaml or redisson.json
#path to config - redisson.yaml
spring.redis.redisson.config=classpath:redisson.yaml
```

Loading…
Cancel
Save