An open API service indexing awesome lists of open source software.

https://github.com/javers/javers-demo

This demo app shows how to use javers in business aplication
https://github.com/javers/javers-demo

Last synced: 13 days ago
JSON representation

This demo app shows how to use javers in business aplication

Awesome Lists containing this project

README

          

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