|
|
@ -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.12.3</version>
|
|
|
|
<version>3.12.4</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Gradle
|
|
|
|
Gradle
|
|
|
|
|
|
|
|
|
|
|
|
```groovy
|
|
|
|
```groovy
|
|
|
|
compile 'org.redisson:redisson-mybatis:3.12.3'
|
|
|
|
compile 'org.redisson:redisson-mybatis:3.12.4'
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 2. Specify MyBatis cache settings
|
|
|
|
### 2. Specify MyBatis cache settings
|
|
|
|