From 6acec9213927d0125ed60a81d08c5b9efe159702 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 6 Dec 2019 10:37:42 +0300 Subject: [PATCH] Update README.md --- redisson-spring-boot-starter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index b0fe7aa4d..6cdcc8d9a 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -16,14 +16,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.11.5 + 3.11.6 ``` 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 ```