Skip to content

Commit

Permalink
Updated doc for Hazelacast cli feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alparslanavci committed Dec 17, 2019
1 parent 02236ff commit bf29c3c
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 bf29c3c

Please sign in to comment.