Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Aug 24, 2022
1 parent 6d525bf commit 382bb8b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions redisson-helidon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Integrates Redisson with [Helidon](https://helidon.io/) framework.

Supports Helidon 1.4.x - 2.5.x
Supports Helidon 1.4.x - 3.0.x

## Usage

Expand All @@ -13,15 +13,21 @@ Maven
```xml
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-helidon</artifactId>
<!-- for Helidon v1.4.x - v2.5.x -->
<artifactId>redisson-helidon-20</artifactId>
<!-- for Helidon v3.0.x -->
<artifactId>redisson-helidon-30</artifactId>
<version>3.17.5</version>
</dependency>
```

Gradle

```groovy
compile 'org.redisson:redisson-helidon:3.17.5'
// for Helidon v1.4.x - v2.5.x
compile 'org.redisson:redisson-helidon-20:3.17.5'
// for Helidon v3.0.x
compile 'org.redisson:redisson-helidon-30:3.17.5'
```

### 2. Add settings into `META-INF/microprofile-config.properties` file
Expand Down

0 comments on commit 382bb8b

Please sign in to comment.