Update README.md

pull/3097/head
Nikita Koksharov 4 years ago committed by GitHub
parent a2fb15186d
commit e8816f322f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ Maven
<artifactId>redisson-hibernate-52</artifactId> <artifactId>redisson-hibernate-52</artifactId>
<!-- for Hibernate v5.3.3+ - v5.4.x --> <!-- for Hibernate v5.3.3+ - v5.4.x -->
<artifactId>redisson-hibernate-53</artifactId> <artifactId>redisson-hibernate-53</artifactId>
<version>3.13.4</version> <version>3.13.5</version>
</dependency> </dependency>
``` ```
@ -45,13 +45,13 @@ Gradle
```groovy ```groovy
// for Hibernate v4.x // for Hibernate v4.x
compile 'org.redisson:redisson-hibernate-4:3.13.4' compile 'org.redisson:redisson-hibernate-4:3.13.5'
// for Hibernate v5.0.x - v5.1.x // for Hibernate v5.0.x - v5.1.x
compile 'org.redisson:redisson-hibernate-5:3.13.4' compile 'org.redisson:redisson-hibernate-5:3.13.5'
// for Hibernate v5.2.x // for Hibernate v5.2.x
compile 'org.redisson:redisson-hibernate-52:3.13.4' compile 'org.redisson:redisson-hibernate-52:3.13.5'
// for Hibernate v5.3.3+ - v5.4.x // for Hibernate v5.3.3+ - v5.4.x
compile 'org.redisson:redisson-hibernate-53:3.13.4' compile 'org.redisson:redisson-hibernate-53:3.13.5'
``` ```
### 2. Specify hibernate cache settings ### 2. Specify hibernate cache settings

Loading…
Cancel
Save