Spring Boot Web Flux with JOOQ for interfacing with DB and Kotlin coroutines to make blocking JDBC calls run asynchronously. Now with rsockets.
Go to file
2020-05-16 10:56:31 +00:00
.gitignore Initial commit 2020-05-16 10:56:31 +00:00
README.md Initial commit 2020-05-16 10:56:31 +00:00

Async-Spring-Kotlin-JOOQ-Demo

Spring Boot Web Flux with JOOQ for interfacing with DB and Kotlin coroutines to make blocking JDBC calls run on separate threads.