setup testing environment with test-db, added test

This commit is contained in:
2026-03-25 01:53:42 +01:00
parent dae8b21c77
commit 3f579799af
3 changed files with 29 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-validation-test")
testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.springframework.boot:spring-boot-starter-test")
}
dependencyManagement {