1

Replace in-memory ledger with MongoDB

This commit is contained in:
2018-06-09 20:45:18 +03:00
parent 0e21b7eee2
commit 0f24c37ac5
17 changed files with 209 additions and 174 deletions

View File

@@ -1,4 +1,6 @@
dependencies {
compile ratpack.dependency('jdbc-tx')
//compile 'org.mongodb:mongo-java-driver:3.7.1'
compile 'com.gmongo:gmongo:1.2'
compile 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.9.0'
}