mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-28 12:38:56 +00:00
* refactor java tests * better exception handling when updating samples * update samples to avoid using exception * fix tests * update * update
12 lines
497 B
YAML
12 lines
497 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/spring-boot-defaultInterface-unhandledExcp
|
|
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-boot-defaultInterface-unhandledException
|
|
hideGenerationTimestamp: true
|
|
java8: true
|
|
interfaceOnly: true
|
|
skipDefaultInterface: true
|
|
unhandledException: true
|