spring-boot/spring-boot-samples/spring-boot-sample-jooq
Madhura Bhave 1db1c8b03c Validate our own tests work with JUnit5 and the vintage engine
Closes gh-14737

Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
2019-05-08 16:05:44 +02:00
..
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
----