Add Connection and refactoring EntityCollection

This commit is contained in:
2019-06-03 17:29:05 +02:00
parent 65fb032ad9
commit c5d4bfb07a
7 changed files with 177 additions and 37 deletions

View File

@@ -17,6 +17,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.31"
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9"
implementation "com.github.jasync-sql:jasync-postgresql:0.9.53"
testImplementation "io.mockk:mockk:1.9"
testImplementation "org.junit.jupiter:junit-jupiter:5.4.2"