Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很困惑,如果弹簧验证只支持 jsr 303 或弹簧验证是 jsr 303 的实现,如 hibernate-validator 或 apache-validator
Spring 不提供实现,但根据 Spring“使用 JSR-303,单个 javax.validation.Validator 实例通常验证声明验证约束的所有模型对象。要使用 Spring MVC 配置 JSR-303 支持的验证器,只需添加一个 JSR -303 Provider,例如 Hibernate Validator,到您的类路径。Spring MVC 将检测到它并自动启用跨所有控制器的 JSR-303 支持“
更多细节可以在http://docs.spring.io/spring/docs/3.0.x/spring-framework-reference/html/validation.html#validation-mvc-jsr303找到