Spring MVC Bean 参数校验 @Validated

一、Bean Validation简介 JSR-303主要是对JavaBean进行验证,如方法级别(方法参数/返回值)、依赖注入等的验证是没有指定的。因此又有了JSR-349规范的产生。 Hibernate Validator(下载地址:http://www.hibernate.org/subprojects/validator.html);   二、Bean Validation在开发中的位置
相关文章
相关标签/搜索