Spring Boot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Andy Wilkinson 44ddfcc7fa Upgrade copyright headers of all files changed in 2016 10 years ago
..
gensrc/main/java/sample/jooq/domain Organize imports with new settings 11 years ago
src Upgrade copyright headers of all files changed in 2016 10 years ago
README.adoc Add jOOQ sample application 11 years ago
pom.xml Move master to 1.4.0.BUILD-SNAPSHOT 10 years ago

README.adoc

== jOOQ Sample

To rerun the code generator:

[indent=0]
----
$ rm -fr gensrc
$ mvn clean generate-sources -Pgenerate
----