Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 453 Bytes

javers-demo

javers-demo is a small App which shows how to use JaVers in business application. We use here a simple domain model: Employee structure

##How to use it:## Launch it from command line using provided gradle wrapper:

git clone https://github.com/javers/javers-demo.git
gradlew bootRun

In few seconds, app should be up & ready at http://localhost:8080

##Requirements:##

  • running MongoDB (mongod at localhost)
  • java8