You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
6 years ago
..
gensrc/main/java/sample/jooq/domain Merge branch '2.0.x' into 2.1.x 6 years ago
src Validate our own tests work with JUnit5 and the vintage engine 6 years ago
README.adoc
pom.xml Update build and setup configuration to use HTTPS 6 years ago

README.adoc

== jOOQ Sample

To rerun the code generator:

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