mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
== jOOQ Sample
|
|
|
|
To rerun the code generator:
|
|
|
|
[indent=0]
|
|
----
|
|
$ rm -fr gensrc
|
|
$ mvn clean generate-sources -Pgenerate
|
|
----
|