From 2f26240567c3355d2cd7fa8b8fad5a2162ce0825 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 28 Feb 2024 17:32:16 +0300 Subject: [PATCH 1/2] Update README.md --- redisson-spring-boot-starter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 159d7814e..db48621a3 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -157,13 +157,13 @@ spring: Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. -## Q: How to resolve incorrect netty version brought by Spring Boot? +## Q: How to replace netty version brought by Spring Boot? You need to define netty version in properties section of your Maven project. ```xml - 4.1.107.Final + 4.1.107.Final ``` From c1996a4b70312fc1ba16d5296b00f6c3b71103d8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 28 Feb 2024 17:32:52 +0300 Subject: [PATCH 2/2] Update README.md --- redisson-spring-boot-starter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index db48621a3..3eb0a4d0f 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -157,7 +157,7 @@ spring: Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. -## Q: How to replace netty version brought by Spring Boot? +## Q: How to replace Netty version brought by Spring Boot? You need to define netty version in properties section of your Maven project.