Skip to content

Commit

Permalink
Merge pull request #36 from alparslanavci/updated-doc-cli-feature
Browse files Browse the repository at this point in the history
Updated doc for Hazelcast cli feature
  • Loading branch information
alvarosanchez authored Dec 17, 2019
2 parents 2c8a564 + bf29c3c commit 8e42324
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/docs/guide/hazelcast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Add the Micronaut Hazelcast module as a dependency:

dependency:io.micronaut.cache:micronaut-cache-hazelcast:{version}[]

You can also add Hazelcast module to your project using cli feature as below:

[source,bash]
.Create a Micronaut application with Hazelcast module
----
$ mn create-app hello-world -f hazelcast
----

The minimal configuration to use Hazelcast is to simply declare `hazelcast:` with a network configuration for addresses of the
Hazelcast cluster (example below).

Expand Down

0 comments on commit 8e42324

Please sign in to comment.