r2dbc-jooq

Run tests

$ ./mvnw clean verify

Run locally

$ docker-compose -f docker/docker-compose.yml up -d
$ ./mvnw spring-boot:run -Dspring-boot.run.profiles=local
  • Swagger UI: http://localhost:8080/swagger-ui.html

  • Actuator Endpoint: http://localhost:8080/actuator

Notes

  • When using RouterFunction ordering is important

  • Postgres uuid-ossp extension is used for autogenerating functions for uuid

Last updated