Set up postgresql testcontainers
- add .json to .editorconfig - add spring-configuration-metadata.json - update README.md - add testcontainers dependencies - add PostgresContainer - add PostgresInitializer
This commit is contained in:
@@ -7,7 +7,11 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(hlaeja.kotlinx.coroutines)
|
||||
implementation(hlaeja.springboot.starter.r2dbc)
|
||||
implementation(hlaeja.springboot.starter.test)
|
||||
implementation(hlaeja.testcontainers.junit)
|
||||
implementation(hlaeja.testcontainers.postgresql)
|
||||
|
||||
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user