mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 08:31:21 +00:00
* Adds Valid annotation for request body (#4847) If useBeanValidation is active, this change will add Valid annotation to ReqeustBody * Adds generated samples for bean vaildation in spring boot (#4847) * Adds Valid import to Controller * Adds generated code for bean validation change
5 lines
64 B
JSON
5 lines
64 B
JSON
{
|
|
"library": "spring-boot",
|
|
"useBeanValidation": true
|
|
}
|