[Editor] Add support for H2 database

This commit is contained in:
2021-03-24 19:49:22 +01:00
parent 6d7eb8c7a6
commit 9fd8e84fea
5 changed files with 48 additions and 4 deletions

View File

@@ -48,6 +48,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-freemarker'
implementation "org.slf4j:jul-to-slf4j:${slf4jVersion}"
implementation "com.h2database:h2:${h2Version}"
implementation "com.zaxxer:HikariCP:${hikariVersion}"
}
task provideGameEngine(type: Copy) {