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