Update README.md

pull/2577/head
Nikita Koksharov 5 years ago committed by GitHub
parent c4231f3b6d
commit bd30963133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ Maven
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<!-- 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.12.0</version> <version>3.12.1</version>
</dependency> </dependency>
``` ```
@ -40,7 +40,7 @@ Gradle
```groovy ```groovy
// for Hibernate v5.3.3+ - v5.4.x // for Hibernate v5.3.3+ - v5.4.x
compile 'org.redisson:redisson-hibernate-53:3.12.0' compile 'org.redisson:redisson-hibernate-53:3.12.1'
``` ```
### 2. Specify hibernate cache settings ### 2. Specify hibernate cache settings

Loading…
Cancel
Save