mars-validated icon indicating copy to clipboard operation
mars-validated copied to clipboard

暂停维护,已迁移到 https://github.com/fashionbrot/validation 下

Results 6 mars-validated issues
Sort by recently updated
recently updated
newest added

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.13.Final to 6.0.20.Final. Changelog Sourced from hibernate-validator's changelog. 6.0.20.Final (06-05-2020) ** Bug * HV-1774 - engine - Invalid parsing of EL expression can lead to invalid EL...

dependencies

![image](https://user-images.githubusercontent.com/83933261/143423629-d2c66038-be01-481d-a874-c0809334cefe.png)

msg 支持 ${xxx} 替换 当前注解中的 方法比如@Length(min =1,max = 5,msg = "长度最长${max}最短${min } " 最终msg = 长度最长5最短1

@NotEqualLength 注解不支持字段属性

注解默认中取消 groups中的DefaultGroup.class,但参数上的注解默认拥有DefaultGroup.class注解

增加自定义注解实现类中可以注入spring容器中注册的