未验证 提交 d516570c 编写于 作者: N Nikita Koksharov 提交者: GitHub

Update README.md

上级 e02a3194
...@@ -38,7 +38,7 @@ Maven ...@@ -38,7 +38,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.10.6</version> <version>3.10.7</version>
</dependency> </dependency>
``` ```
...@@ -46,13 +46,13 @@ Gradle ...@@ -46,13 +46,13 @@ Gradle
```groovy ```groovy
// for Hibernate v4.x // for Hibernate v4.x
compile 'org.redisson:redisson-hibernate-4:3.10.6' compile 'org.redisson:redisson-hibernate-4:3.10.7'
// for Hibernate v5.0.x - v5.1.x // for Hibernate v5.0.x - v5.1.x
compile 'org.redisson:redisson-hibernate-5:3.10.6' compile 'org.redisson:redisson-hibernate-5:3.10.7'
// for Hibernate v5.2.x // for Hibernate v5.2.x
compile 'org.redisson:redisson-hibernate-52:3.10.6' compile 'org.redisson:redisson-hibernate-52:3.10.7'
// for Hibernate v5.3.3+ - v5.4.x // for Hibernate v5.3.3+ - v5.4.x
compile 'org.redisson:redisson-hibernate-53:3.10.6' compile 'org.redisson:redisson-hibernate-53:3.10.7'
``` ```
### 2. Specify hibernate cache settings ### 2. Specify hibernate cache settings
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册