https://github.com/hellokoding/jooq-mysql
jOOQ Example with MySQL
https://github.com/hellokoding/jooq-mysql
Last synced: about 1 month ago
JSON representation
jOOQ Example with MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/jooq-mysql
- Owner: hellokoding
- License: mit
- Created: 2016-07-10T13:19:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T04:30:55.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:17.016Z (3 months ago)
- Language: Java
- Homepage: https://hellokoding.com/jooq-example-with-mysql/
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jOOQ Example with MySQL
## Guide
https://hellokoding.com/jooq-example-with-mysql/## What you'll need
- JDK 1.7 or later
- Maven 3 or later
- MySQL 5.6 or later## Stack
- Java
- jOOQ
- MySQL## Run
`mvn clean compile exec:java -Dexec.mainClass=com.hellokoding.jooq.Application -Dexec.cleanupDaemonThreads=false`