File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ java -cp "out/generators/my-codegen/target/my-codegen-openapi-generator-1.0.0.ja
110
110
Note the ` my-codegen ` is an option for ` -g ` now, and you can use the usual arguments for generating your code:
111
111
112
112
``` sh
113
- java -cp out/codegens/customCodegen /target/my-codegen-openapi-generator-1.0.0.jar:modules/openapi-generator-cli/target/openapi-generator-cli.jar \
113
+ java -cp out/generators/my-codegen /target/my-codegen-openapi-generator-1.0.0.jar:modules/openapi-generator-cli/target/openapi-generator-cli.jar \
114
114
org.openapitools.codegen.OpenAPIGenerator generate -g my-codegen \
115
115
-i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml \
116
116
-o ./out/myClient
You can’t perform that action at this time.
0 commit comments