Update README.md

pull/4531/head
Nikita Koksharov 2 years ago committed by GitHub
parent 3cb9c6e741
commit d0f4c6a88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ Maven
<artifactId>redisson-hibernate-53</artifactId> <artifactId>redisson-hibernate-53</artifactId>
<!-- for Hibernate v6.0.2+ - v6.1.x --> <!-- for Hibernate v6.0.2+ - v6.1.x -->
<artifactId>redisson-hibernate-6</artifactId> <artifactId>redisson-hibernate-6</artifactId>
<version>3.17.5</version> <version>3.17.6</version>
</dependency> </dependency>
``` ```
@ -48,15 +48,15 @@ Gradle
```groovy ```groovy
// for Hibernate v4.x // for Hibernate v4.x
compile 'org.redisson:redisson-hibernate-4:3.17.5' compile 'org.redisson:redisson-hibernate-4:3.17.6'
// for Hibernate v5.0.x - v5.1.x // for Hibernate v5.0.x - v5.1.x
compile 'org.redisson:redisson-hibernate-5:3.17.4' compile 'org.redisson:redisson-hibernate-5:3.17.6'
// for Hibernate v5.2.x // for Hibernate v5.2.x
compile 'org.redisson:redisson-hibernate-52:3.17.5' compile 'org.redisson:redisson-hibernate-52:3.17.6'
// for Hibernate v5.3.3+ - v5.6.x // for Hibernate v5.3.3+ - v5.6.x
compile 'org.redisson:redisson-hibernate-53:3.17.5' compile 'org.redisson:redisson-hibernate-53:3.17.6'
// for Hibernate v6.0.2+ - v6.1.x // for Hibernate v6.0.2+ - v6.1.x
compile 'org.redisson:redisson-hibernate-6:3.17.5' compile 'org.redisson:redisson-hibernate-6:3.17.6'
``` ```
### 2. Specify hibernate cache settings ### 2. Specify hibernate cache settings

Loading…
Cancel
Save