Update README.md

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

@ -14,14 +14,14 @@ Maven
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson-helidon</artifactId> <artifactId>redisson-helidon</artifactId>
<version>3.17.0</version> <version>3.17.1</version>
</dependency> </dependency>
``` ```
Gradle Gradle
```groovy ```groovy
compile 'org.redisson:redisson-helidon:3.17.0' compile 'org.redisson:redisson-helidon:3.17.1'
``` ```
### 2. Add settings into `META-INF/microprofile-config.properties` file ### 2. Add settings into `META-INF/microprofile-config.properties` file

Loading…
Cancel
Save