spring-boot/spring-boot-samples/spring-boot-sample-jooq
Spring Operator 3e2b6ac8ed Update build and setup configuration to use HTTPS
See gh-16246
2019-03-19 16:58:31 +00:00
..
gensrc/main/java/sample/jooq/domain Clean up and format code 2017-06-16 08:58:14 +01:00
src Merge branch '1.5.x' into 2.0.x 2018-05-25 18:45:37 -07:00
README.adoc Add jOOQ sample application 2015-06-22 21:20:12 -07:00
pom.xml Update build and setup configuration to use HTTPS 2019-03-19 16:58:31 +00:00

README.adoc

== jOOQ Sample

To rerun the code generator:

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