Update README.md

pull/4313/head
Nikita Koksharov 3 years ago committed by GitHub
parent f2812f1027
commit 9eebb93028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,6 @@
Integrates Redisson with [Quarkus](https://quarkus.io/) framework.
Supports Quarkus 1.6.x - 2.8.x
<details>
<summary><b>Native image with RemoteService</b>. Click to expand!</summary>
<br/>
@ -52,9 +50,9 @@ Gradle
```groovy
// for Quarkus v1.6.x - v1.13.x
compile 'org.redisson:redisson-quarkus-16:3.17.1'
compile 'org.redisson:redisson-quarkus-16:3.17.2'
// for Quarkus v2.x.x
compile 'org.redisson:redisson-quarkus-20:3.17.1'
compile 'org.redisson:redisson-quarkus-20:3.17.2'
```
### 2. Add settings into `application.properties` file

Loading…
Cancel
Save