mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
10 lines
380 B
JSON
10 lines
380 B
JSON
|
{
|
||
|
"generatorName": "jaxrs-cxf",
|
||
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
||
|
"outputDir": "samples/server/petstore/jaxrs-cxf",
|
||
|
"templateDir": "modules/openapi-generator/src/main/resources/JavaJaxRS/cxf",
|
||
|
"additionalProperties": {
|
||
|
"hideGenerationTimestamp": true,
|
||
|
"serverPort": "8082"
|
||
|
}
|
||
|
}
|