This website requires JavaScript.
Explore
Help
Register
Sign In
valitydev
/
openapi-generator
Watch
14
Star
0
Fork
0
You've already forked openapi-generator
mirror of
https://github.com/valitydev/openapi-generator.git
synced
2024-11-06 18:45:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5281ea8bef
openapi-generator
/
bin
/
springboot-petstore-server-beanvalidation.json
6 lines
112 B
JSON
Raw
Normal View
History
Unescape
Escape
Adds @Valid to request body for the JavaSpring (#4850) * 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
2017-04-13 09:42:02 +00:00
{
update spring boot bean validation script
2017-04-17 15:25:27 +00:00
"artifactId"
:
"spring-boot-beanvalidation"
,
Adds @Valid to request body for the JavaSpring (#4850) * 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
2017-04-13 09:42:02 +00:00
"library"
:
"spring-boot"
,
"useBeanValidation"
:
true
}
Reference in New Issue
Copy Permalink