service basic banking

This commit is contained in:
2025-09-13 12:17:02 +02:00
parent 554ec3104e
commit fd532261c1

View File

@@ -35,6 +35,7 @@ plugin-springboot = { group = "org.springframework.boot", name = "spring-boot-gr
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" }
springboot-starter-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" }
springboot-starter-validation = { group = "org.springframework.boot", name = "spring-boot-starter-validation" }
springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
# third party
@@ -52,6 +53,7 @@ junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform
kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test" }
mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" }
reactor-test = { group = "io.projectreactor", name = "reactor-test" }
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" }
# lulz