update documentation

This commit is contained in:
William Cheng
2018-10-25 12:29:54 +08:00
parent d4a5cd05cc
commit eb4dfe0fc1
2 changed files with 6 additions and 0 deletions

View File

@@ -4,4 +4,7 @@ CONFIG OPTIONS for erlang-server
packageName
Erlang package name (convention: lowercase). (Default: openapi)
openAPISpecName
Openapi Spec Name. (Default: openapi)
Back to the [generators list](README.md)

View File

@@ -152,6 +152,9 @@ CONFIG OPTIONS for spring
useBeanValidation
Use BeanValidation API annotations (Default: true)
performBeanValidation
Use Bean Validation Impl. to perform BeanValidation (Default: false)
implicitHeaders
Use of @ApiImplicitParams for headers. (Default: false)