未验证 提交 2214f72c 编写于 作者: N Nikita Koksharov 提交者: GitHub

Update README.md

上级 6e8cac37
......@@ -2,7 +2,7 @@
Integrates Redisson with [Quarkus](https://quarkus.io/) framework.
Supports Quarkus 1.6.x - 2.0.x
Supports Quarkus 1.6.x - 2.2.x
<details>
<summary><b>Native image with RemoteService</b>. Click to expand!</summary>
......@@ -42,9 +42,9 @@ Maven
<groupId>org.redisson</groupId>
<!-- for Quarkus v1.6.x - v1.13.x -->
<artifactId>redisson-quarkus-16</artifactId>
<!-- for Quarkus v2.0.x -->
<!-- for Quarkus v2.2.x -->
<artifactId>redisson-quarkus-20</artifactId>
<version>3.16.1</version>
<version>3.16.2</version>
</dependency>
```
......@@ -52,9 +52,9 @@ Gradle
```groovy
// for Quarkus v1.6.x - v1.13.x
compile 'org.redisson:redisson-quarkus-16:3.16.1'
// for Quarkus v2.0.x
compile 'org.redisson:redisson-quarkus-20:3.16.1'
compile 'org.redisson:redisson-quarkus-16:3.16.2'
// for Quarkus v2.2.x
compile 'org.redisson:redisson-quarkus-20:3.16.2'
```
### 2. Add settings into `application.properties` file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册