mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
20 lines
788 B
YAML
20 lines
788 B
YAML
generatorName: spring
|
|
library: spring-http-interface
|
|
outputDir: samples/client/petstore/spring-http-interface
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
artifactId: spring-http-interface
|
|
snapshotVersion: "true"
|
|
hideGenerationTimestamp: "true"
|
|
modelNameSuffix: 'Dto'
|
|
generatedConstructorWithRequiredArgs: "false"
|
|
# documentation provider should be ignored
|
|
documentationProvider: "springdoc"
|
|
# annotation provider should be ignored
|
|
annotationLibrary: "swagger2"
|
|
# validation should be ignored
|
|
useBeanValidation: "true"
|
|
performBeanValidation: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: true
|