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 3e669b704d Updated pom.xml 4 years ago
.mvn/wrapper first commit 4 years ago
src Composition Test 1 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 Updated pom.xml 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.