Merge branch 'master' of github.com:redisson/redisson

pull/5676/head
Nikita Koksharov 12 months ago
commit 8acd3380aa

@ -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
<properties>
<netty.version>4.1.107.Final</netty.version>
<netty.version>4.1.107.Final</netty.version>
</properties>
```

Loading…
Cancel
Save