Enable database support in :engine
This commit is contained in:
@@ -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}"
|
||||
|
||||
// Database
|
||||
implementation "com.h2database:h2:${h2Version}"
|
||||
implementation "com.zaxxer:HikariCP:${hikariVersion}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user