spring-boot/spring-boot-samples/spring-boot-sample-jooq
2019-03-27 11:35:54 +00:00
..
gensrc/main/java/sample/jooq/domain Use HTTPS for external links wherever possible 2019-03-27 11:35:54 +00:00
src Use HTTPS to link to the Apache license 2019-03-20 15:00:10 +00:00
pom.xml Update build and setup configuration to use HTTPS 2019-03-19 16:01:05 +00:00
README.adoc Add jOOQ sample application 2015-06-22 21:20:12 -07:00

== jOOQ Sample

To rerun the code generator:

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