We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b440f23 commit 84b1e76Copy full SHA for 84b1e76
README.md
@@ -23,10 +23,11 @@ Banking api for creating accounts and executing monetary transactions between th
23
- Response: `{"id": 1, "amount": 1.0, "from": 1, "to": 2}`
24
25
## Used libraries and technologies
26
-- Spring, Spring Boot
+- Kotlin `1.9.10` `(JVM 17.0.8 Liberica)`
27
+- Spring `6.0.11`, Spring Boot `3.1.3`
28
- Spring WebFlux
-- Spring Data R2DBC
29
-- Postgres
+- Spring Data R2DBC
30
+- Postgres 15
31
- Testcontainers
32
- Flyway
33
- Docker, Docker Compose
0 commit comments