spring-boot/spring-boot-samples/spring-boot-sample-jooq
Stephane Nicoll 23218add90 Polish
2017-12-12 11:57:30 +01:00
..
gensrc/main/java/sample/jooq/domain Cleanup and format code 2017-03-06 17:08:09 -08:00
src Polish 2017-12-12 11:57:30 +01:00
pom.xml Fix sample POMs 2017-10-04 16:34:39 -07: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
----