spring-boot/spring-boot-samples/spring-boot-sample-jooq
Phillip Webb 634bb770b2 Organize imports with new settings
See gh-4234
2015-10-19 12:58:34 -07:00
..
gensrc/main/java/sample/jooq/domain Organize imports with new settings 2015-10-19 12:58:34 -07:00
src Organize imports with new settings 2015-10-19 12:58:34 -07:00
README.adoc Add jOOQ sample application 2015-06-22 21:20:12 -07:00
pom.xml Add jOOQ sample application 2015-06-22 21:20:12 -07:00

README.adoc

== jOOQ Sample

To rerun the code generator:

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