Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosbarbero/spring-boot-jooq-sample
Spring-Boot + JOOQ
https://github.com/marcosbarbero/spring-boot-jooq-sample
Last synced: about 1 month ago
JSON representation
Spring-Boot + JOOQ
- Host: GitHub
- URL: https://github.com/marcosbarbero/spring-boot-jooq-sample
- Owner: marcosbarbero
- Created: 2017-01-18T18:38:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T18:38:59.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T09:07:08.457Z (3 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot - JOOQ
---Sample application using spring-boot with [JOOQ](https://www.jooq.org/)
Run
---```
$ rm -fr gensrc ; mvn clean generate-sources -Pgenerate
```