r2dbc-jooq
Demonstrates reactive SQL operations using jOOQ and the R2DBC connection standard in a Spring Boot app.
Features
Non-Blocking I/O: Uses reactive driver for asynchronous query handling.
jOOQ Code Generation: Strongly typed DSL for building queries at compile time.
Native Integration with Spring Boot dev tools (liquibase/flyway optional).
Run tests
./mvnw clean verify
Run locally
Useful Links
Swagger UI: http://localhost:8080/swagger-ui.html
Actuator Endpoint: http://localhost:8080/actuator
Notes
When using
RouterFunction
ordering is importantPostgres
uuid-ossp
extension is used for autogenerating functions for uuid
Last updated