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