Set up postgres

This commit is contained in:
2024-12-29 06:11:24 +01:00
parent af03959e2c
commit 573b4bd6fe
6 changed files with 124 additions and 1 deletions

View File

@@ -11,8 +11,12 @@ dependencies {
implementation(hlaeja.kotlin.reflect)
implementation(hlaeja.kotlinx.coroutines)
implementation(hlaeja.springboot.starter.actuator)
implementation(hlaeja.springboot.starter.r2dbc)
implementation(hlaeja.springboot.starter.webflux)
runtimeOnly(hlaeja.postgresql)
runtimeOnly(hlaeja.postgresql.r2dbc)
testImplementation(hlaeja.assertj.core)
testImplementation(hlaeja.mockk)
testImplementation(hlaeja.projectreactor.reactor.test)