mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-02 06:50:53 +00:00
9 lines
354 B
YAML
9 lines
354 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/webclient
|
|
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"
|