Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sivaprasadreddy/spring-boot-jooq-demo

SpringBoot + JOOQ Demo application demonstrating code generation using Testcontainers with Maven/Gradle and how to load associations
https://github.com/sivaprasadreddy/spring-boot-jooq-demo

gradle jooq jooq-codegen maven spring-boot testcontainers

Last synced: 23 days ago
JSON representation

SpringBoot + JOOQ Demo application demonstrating code generation using Testcontainers with Maven/Gradle and how to load associations

Awesome Lists containing this project

README

        

# SpringBoot JOOQ Demo
This is a sample project for [Spring Boot + jOOQ Tutorial Series](https://sivalabs.in/spring-boot-jooq-tutorial-getting-started)

```shell
# Run tests
$ ./mvnw verify

# Run application locally
$ ./mvnw spring-boot:test-run
```

## Sample Database

![Sample Database](jooq-demo-db.png)