You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples/spring-boot-sample-jooq
Andy Wilkinson 0644a79401 Repackage output capture and always use extension declaratively
Closes gh-17029
6 years ago
..
gensrc/main/java/sample/jooq/domain Merge branch '2.0.x' into 2.1.x 6 years ago
src Repackage output capture and always use extension declaratively 6 years ago
README.adoc
pom.xml Update build and setup configuration to use HTTPS 6 years ago

README.adoc

== jOOQ Sample

To rerun the code generator:

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