mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 22:10:51 +00:00
10 lines
409 B
YAML
10 lines
409 B
YAML
generatorName: spring
|
|
library: spring-boot
|
|
outputDir: samples/server/petstore/spring-boot-nullable-set
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/10167-nullable-set.yml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
artifactId: spring-boot-nullable-set
|
|
interfaceOnly: "true"
|
|
singleContentTypes: "true"
|
|
hideGenerationTimestamp: "true" |