Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 544 Bytes

Spring boot, Hazelcast and MongoDB

Simple project running on a Jetty 9 embebed. CRUD restful services operations implemented. A Mongodb running on default port is required.

Hazelcast configuration:

  • hazelcast.xml file.

Mongodb configuration:

  • application.properties

Integration Test:

An embebed mongodb de.flapdoodle.embed has been integrated. CRUD test operations have been implemented using spring restTemplate.

Build and run:

  • mvn clean install
  • java -jar target/(jar name).jar