docs: redisson-spring-data downgrade steps for gradle

pull/5246/head
Jan Cizmar 1 year ago committed by GitHub
parent 446c584e57
commit 365145a531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,15 @@ Gradle
|redisson-spring-data-2x |2.x.y |
|redisson-spring-data-3x |3.x.y |
For gradle, you can downgrade the to `redisson-spring-data-27` this way:
```groovy
implementation ("org.redisson:redisson-spring-boot-starter:3.23.2") {
exclude group: 'org.redisson', module: 'redisson-spring-data-31'
}
implementation "org.redisson:redisson-spring-data-27:3.23.2"
```
### 2. Add settings into `application.settings` file
Using common Spring Boot 3.x+ settings:

Loading…
Cancel
Save