forked from loafle/openapi-generator-original
11 lines
396 B
JSON
11 lines
396 B
JSON
{
|
|
"!include": "bin/java8-petstore-jersey2.json",
|
|
"artifactId": "petstore-jersey2-java8",
|
|
"generatorName": "java",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/client/petstore/java/jersey2-java8",
|
|
"additionalProperties": {
|
|
"hideGenerationTimestamp": true,
|
|
"serverPort": "8082"
|
|
}
|
|
} |