forked from loafle/openapi-generator-original
10 lines
383 B
JSON
10 lines
383 B
JSON
{
|
|
"generatorName": "java-play-framework",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore.yaml",
|
|
"outputDir": "samples/server/petstore/java-play-framework-controller-only",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/JavaPlayFramework",
|
|
"additionalProperties": {
|
|
"hideGenerationTimestamp": true,
|
|
"controllerOnly": true
|
|
}
|
|
} |