forked from loafle/openapi-generator-original
11 lines
428 B
YAML
11 lines
428 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/webclient-swagger2
|
|
library: webclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-webclient
|
|
hideGenerationTimestamp: "true"
|
|
containerDefaultToNull: "true"
|
|
annotationLibrary: "swagger2"
|