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
Rohan Sircar 3e669b704d Updated pom.xml
Bumped spring boot version to 2.3.2
Added rsocket dep
2020-08-07 00:00:16 +05:30
.mvn/wrapper first commit 2020-05-16 16:29:38 +05:30
src Composition Test 1 2020-06-04 17:39:16 +05:30
.gitignore first commit 2020-05-16 16:29:38 +05:30
mvnw first commit 2020-05-16 16:29:38 +05:30
mvnw.cmd first commit 2020-05-16 16:29:38 +05:30
pom.xml Updated pom.xml 2020-08-07 00:00:16 +05:30
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.