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 ba4671f0ab Merge branch '1.5.x' into 2.0.x 7 years ago
..
gensrc/main/java/sample/jooq/domain Merge branch '1.4.x' into 1.5.x 7 years ago
src Merge branch '1.5.x' into 2.0.x 7 years ago
README.adoc Add jOOQ sample application 11 years ago
pom.xml Update build and setup configuration to use HTTPS 7 years ago

README.adoc

== jOOQ Sample

To rerun the code generator:

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