Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sivaprasadreddy/spring-boot-jooq-demo
- Owner: sivaprasadreddy
- Created: 2022-08-14T01:46:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T07:14:41.000Z (10 months ago)
- Last Synced: 2024-04-14T11:30:03.322Z (7 months ago)
- Topics: gradle, jooq, jooq-codegen, maven, spring-boot, testcontainers
- Language: Java
- Homepage:
- Size: 410 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)