Merge branch 'master' of github.com:redisson/redisson

pull/970/merge
Nikita Koksharov 5 years ago
commit a51655a28b

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

@ -29,14 +29,14 @@ Maven
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-mybatis</artifactId>
<version>3.13.1</version>
<version>3.13.2</version>
</dependency>
```
Gradle
```groovy
compile 'org.redisson:redisson-mybatis:3.13.1'
compile 'org.redisson:redisson-mybatis:3.13.2'
```
### 2. Specify MyBatis cache settings

Loading…
Cancel
Save