未验证 提交 25730b7c 编写于 作者: N Nikita Koksharov 提交者: GitHub

Update README.md

上级 01d68ff7
......@@ -19,13 +19,13 @@ Usage
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.9.1</version>
<version>3.10.1</version>
</dependency>
```
Gradle
```java
compile 'org.redisson:redisson-spring-boot-starter:3.9.1'
compile 'org.redisson:redisson-spring-boot-starter:3.10.1'
```
2. __For JDK 1.6+__
......@@ -35,13 +35,13 @@ Usage
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>2.14.1</version>
<version>2.15.1</version>
</dependency>
```
Gradle
```java
compile 'org.redisson:redisson-spring-boot-starter:2.14.1'
compile 'org.redisson:redisson-spring-boot-starter:2.15.1'
```
### 2. Add settings into `application.settings` file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册