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