Merge pull request #30 from kamax-io/rest-backend

REST backend
This commit is contained in:
Max Dor
2017-09-18 01:05:31 +02:00
committed by GitHub
26 changed files with 1380 additions and 44 deletions

View File

@@ -114,6 +114,7 @@ dependencies {
compile 'org.xerial:sqlite-jdbc:3.20.0'
testCompile 'junit:junit:4.12'
testCompile 'com.github.tomakehurst:wiremock:2.8.0'
}
springBoot {