Update README.md

pull/5661/head
Nikita Koksharov 1 year ago committed by GitHub
parent b4c1c01890
commit 2f26240567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -157,13 +157,13 @@ spring:
Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and **support by SLA**. 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. You need to define netty version in properties section of your Maven project.
```xml ```xml
<properties> <properties>
<netty.version>4.1.107.Final</netty.version> <netty.version>4.1.107.Final</netty.version>
</properties> </properties>
``` ```

Loading…
Cancel
Save