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
- Host: GitHub
- URL: https://github.com/javers/javers-demo
- Owner: javers
- Created: 2014-05-28T20:14:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T17:58:50.000Z (about 11 years ago)
- Last Synced: 2025-02-22T12:44:53.008Z (over 1 year ago)
- Language: Groovy
- Size: 478 KB
- Stars: 0
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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