forked from loafle/openapi-generator-original
* Validation script batches only samples In this change, the validation script will batch only sample generation. For meta and documentation, it will always be iterative. Also made changes to meta-codegen*.sh so conditionals which may invoke maven are explicitly rooted. * [ci] batch python-experimental, include new springboot option
11 lines
408 B
JSON
11 lines
408 B
JSON
{
|
|
"artifactId": "springboot",
|
|
"generatorName": "spring",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/server/petstore/springboot",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/JavaSpring",
|
|
"additionalProperties": {
|
|
"hideGenerationTimestamp": true,
|
|
"snapshotVersion": true
|
|
}
|
|
} |