Spring Boot Web Flux with JOOQ for interfacing with DB and Kotlin coroutines to make blocking JDBC calls run asynchronously. Now with rsockets.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rohan Sircar b7716b980b first commit 4 years ago
.mvn/wrapper first commit 4 years ago
src first commit 4 years ago
.gitignore first commit 4 years ago
README.md Initial commit 4 years ago
mvnw first commit 4 years ago
mvnw.cmd first commit 4 years ago
pom.xml first commit 4 years ago

README.md

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.