Update README.md

pull/3826/head
Nikita Koksharov 4 years ago committed by GitHub
parent 6e8cac37bd
commit 2214f72c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
Integrates Redisson with [Quarkus](https://quarkus.io/) framework. 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> <details>
<summary><b>Native image with RemoteService</b>. Click to expand!</summary> <summary><b>Native image with RemoteService</b>. Click to expand!</summary>
@ -42,9 +42,9 @@ Maven
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<!-- for Quarkus v1.6.x - v1.13.x --> <!-- for Quarkus v1.6.x - v1.13.x -->
<artifactId>redisson-quarkus-16</artifactId> <artifactId>redisson-quarkus-16</artifactId>
<!-- for Quarkus v2.0.x --> <!-- for Quarkus v2.2.x -->
<artifactId>redisson-quarkus-20</artifactId> <artifactId>redisson-quarkus-20</artifactId>
<version>3.16.1</version> <version>3.16.2</version>
</dependency> </dependency>
``` ```
@ -52,9 +52,9 @@ Gradle
```groovy ```groovy
// for Quarkus v1.6.x - v1.13.x // for Quarkus v1.6.x - v1.13.x
compile 'org.redisson:redisson-quarkus-16:3.16.1' compile 'org.redisson:redisson-quarkus-16:3.16.2'
// for Quarkus v2.0.x // for Quarkus v2.2.x
compile 'org.redisson:redisson-quarkus-20:3.16.1' compile 'org.redisson:redisson-quarkus-20:3.16.2'
``` ```
### 2. Add settings into `application.properties` file ### 2. Add settings into `application.properties` file

Loading…
Cancel
Save