FelipeLahti / organization-structure

Sample apllication demonstrating use of Javers-spring-boot-starter-mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

organization-structure

Sample application demonstrating use of JaVers Spring Boot starters.

spring-boot-starter-data-mongodb

To start app execute:

./gradlew organization-structure-mongo:bootRun

Application requires MongoDB (3.0.0+) running on port 27017.

REST API

Application exposes REST interface:

http://localhost:8080/view/hierarchy
http://localhost:8080/view/hierarchy/Hier_2015
http://localhost:8080/view/person
http://localhost:8080/view/person/0

spring-boot-starter-data-sql

To start app execute:

./gradlew organization-structure-sql:bootRun

About

Sample apllication demonstrating use of Javers-spring-boot-starter-mongo

License:Apache License 2.0


Languages

Language:Java 88.0%Language:Groovy 12.0%