add AccountService

This commit is contained in:
2025-09-11 11:56:33 +02:00
parent 12bc74c1e6
commit 79357e4f4d
3 changed files with 73 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ dependencies {
testImplementation(aa.kotlin.junit5)
testImplementation(aa.kotlinx.coroutines.test)
testImplementation(aa.mockk)
testImplementation(aa.reactor.test)
testImplementation(aa.springboot.starter.test)
testRuntimeOnly(aa.junit.platform.launcher)