Skip to content

An example of integration of JOOQ into Spring Boot reactive stack

License

Notifications You must be signed in to change notification settings

LowCostCustoms/spring-boot-jooq-kt

Repository files navigation

spring-boot-jooq-kt

An example of integrating JOOQ database mapper with Spring Boot reactive stack.

Local Setup

Spin up a postgres database using docker:

docker run --rm --env-file .env -p "5432:5432" postgres:13-alpine -c log_statement=all

Run the application:

./gradlew bootRun

Navigate to http://localhost:8080/swagger to see the Swagger UI.

About

An example of integration of JOOQ into Spring Boot reactive stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published