forked from loafle/openapi-generator-original
* #4393 fix unhandledException not working in combination with skipDefaultInterface * generate samples
12 lines
495 B
YAML
12 lines
495 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/spring-boot-defaultInterface-unhandledException
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
artifactId: spring-boot-defaultInterface-unhandledException
|
|
hideGenerationTimestamp: true
|
|
java8: true
|
|
interfaceOnly: true
|
|
skipDefaultInterface: true
|
|
unhandledException: true
|