1

Add JSON schema endpoint

This commit is contained in:
2018-06-09 17:37:44 +03:00
parent 6666f46db9
commit 7dbb358508
7 changed files with 75 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
dependencies {
compile ratpack.dependency('jdbc-tx')
compile 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.9.0'
}