mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-27 07:49:10 +00:00
* Update php.md - marked Multiserver as true Mulitiserver support was fully implemented 2 years ago, on PR #12982 * update php feature * update --------- Co-authored-by: Thomas Hansen <thomasphansen@users.noreply.github.com>
14 lines
545 B
YAML
14 lines
545 B
YAML
generatorName: java
|
|
outputDir: samples/openapi3/client/petstore/java/jersey2-java8-special-characters
|
|
library: jersey2
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/schema-with-special-characters.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-openapi3-jersey2-java8-special-characters
|
|
hideGenerationTimestamp: true
|
|
serverPort: "8082"
|
|
dateLibrary: java8
|
|
useOneOfDiscriminatorLookup: true
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
validateSpec: false
|