HV00030:'org.hibernate.constraint.Length'异常

  • bug异常主要信息如下:

javax.validation.UnexpectedTypeException: HV00030: No validator could be found for constraint 'org.hibernate.constraint.Length' validating type 'java.time.LocalDateTime' . Check configuration for 'inTime'

  • 如图所示:

HV00030:'org.hibernate.constraint.Length'异常_第1张图片
注释:Validate that the string is between min and max included.可以看到只是能用于注解到String类型的变量。把@Length去掉bug就解决了。

  • 如果文章有误,希望指出来。

你可能感兴趣的:(bug,validation)