Go to file
Timo Bryant fd47bc3baa Update PostgresBackend with configurable connections and test implementations
The PostgresBackend class has been updated to allow for more configurable database connection methods. This includes more granular control over specific connection properties and the introduction of a sealed class constructor for creating distinct JDBC connection URLs. Also, test implementations for credential manager and Postgres backend have been updated, particularly to handle coroutine suspension. Furthermore, dependencies for test modules and kotlinx coroutines have been added to the build scripts.
2024-05-03 19:46:46 +02:00
.run add docker build 2024-04-12 16:48:03 +02:00
app add kotlinx serialization 2024-04-20 22:17:20 +02:00
apps/kafkaAdmin add kafka client 2024-04-29 09:57:55 +02:00
buildSrc Update PostgresBackend with configurable connections and test implementations 2024-05-03 19:46:46 +02:00
configuration improve account loading 2024-04-22 22:16:11 +02:00
gradle Update PostgresBackend with configurable connections and test implementations 2024-05-03 19:46:46 +02:00
modules Update PostgresBackend with configurable connections and test implementations 2024-05-03 19:46:46 +02:00
.editorconfig init 2024-04-12 13:16:30 +02:00
.gitattributes init 2024-04-12 13:16:30 +02:00
.gitignore add docker build 2024-04-12 16:48:03 +02:00
README.adoc add docker build 2024-04-12 16:48:03 +02:00
build.gradle.kts add kotlinx serialization 2024-04-20 22:17:20 +02:00
gradle.properties setup module build 2024-04-20 22:13:03 +02:00
gradlew init 2024-04-12 13:16:30 +02:00
gradlew.bat init 2024-04-12 13:16:30 +02:00
settings.gradle.kts add kafka client 2024-04-29 09:57:55 +02:00

README.adoc

= XSSAK

Test-Projekt für diverse Technologien.

Die Haupt-Doku findet sich als WriterSide Projekt. Man braucht IntelliJ um sie zu lesen.