tolitius / hface

look your Hazelcast cluster in the face!
Eclipse Public License 1.0
74 stars 14 forks source link

Integration with Spring applications #10

Open kamarajuPrathi opened 5 years ago

kamarajuPrathi commented 5 years ago

Do we have a integration for spring application

tolitius commented 5 years ago

if you have a hazelcast server running with this dependency:

<dependency>
  <groupId>org.hface</groupId>
  <artifactId>hface-client</artifactId>
  <version>0.1.5</version>
</dependency>

you can run hface uberjar and, besides charts, it will serve JSON that you can consume with anything that can read JSON over an HTTP endpoint.