+ 4
- 5
@@ -343,11 +343,6 @@ public class SpringCodegen extends AbstractJavaCodegen
@@ -386,6 +381,10 @@ public class SpringCodegen extends AbstractJavaCodegen
Created by: cognifloyd
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh
, ./bin/openapi3/{LANG}-petstore.sh
, ./bin/security/{LANG}-petstore.sh
and ./bin/openapi3/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\
.master
3.4.x
, 4.0.x
master
.With apiFirst + delegatePattern, the delegate files are still generated on the first pass. Generating Delegates should be left to the mvn generate step, just like api Interface, Controller, etc.
Preferences