Update README.md

pull/3663/head
Nikita Koksharov 4 years ago committed by GitHub
parent f731eb10de
commit 7f1f58d938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,17 +11,17 @@ Supports Helidon 1.4.x - 2.3.x
Maven
```xml
<dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-helidon</artifactId>
<version>3.16.0</version>
</dependency>
</dependency>
```
Gradle
```groovy
compile 'org.redisson:redisson-helidon:3.16.0'
compile 'org.redisson:redisson-helidon:3.16.0'
```
### 2. Add settings into `META-INF/microprofile-config.properties` file

Loading…
Cancel
Save