DNAlchemist / area

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

area

Build Status

How to run application

./gradlew appRun

open in browser: http://localhost:8080/area

How to test

./gradlew integrationTest

Result will be placed in path: "build/reports/tests/integrationTest/index.html"

./gradlew test

Result will be placed in path: "build/reports/tests/test/index.html"

How to build war

./gradlew war

##REST

add person: manage/persons/put?id=${id}
            manage/persons/put?id=${id}&x=${x}&y=${y}

remove person: manage/persons/delete?id=${id}

About


Languages

Language:Java 66.2%Language:Groovy 33.8%