mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
10 lines
368 B
YAML
10 lines
368 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/feign
|
|
library: feign
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
booleanGetterPrefix: is
|
|
artifactId: petstore-feign
|
|
hideGenerationTimestamp: "true"
|