mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
8cf0f7046e
* 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
|
|
}
|