Commit c8b21339 authored by Leandro Aparecido's avatar Leandro Aparecido
Browse files

Update spring generator documentation

1 merge request!4269Use class level validation
Pipeline #431 failed with stages
Showing with 1 addition and 0 deletions
+1 -0
......@@ -62,6 +62,7 @@ sidebar_label: spring
|title|server title name or client service name| |OpenAPI Spring|
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).| |false|
|useBeanValidation|Use BeanValidation API annotations| |true|
|useClassLevelBeanValidation|Add @Validated to class-level Api interfaces| |true|
|useOptional|Use Optional container for optional parameters| |false|
|useTags|use tags for creating interface and controller classnames| |false|
|virtualService|Generates the virtual service. For more details refer - https://github.com/elan-venture/virtualan/wiki| |false|
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment