gpt4 book ai didi

hibernate - 在无效的 Hibernate 数据验证中格式化消息

转载 作者:行者123 更新时间:2023-12-05 05:27:39 27 4
gpt4 key购买 nike

我想知道我是否可以在 Hibernate Validator 中使用关于日期格式错误的个人错误消息进行格式化。

我的类属性看起来像这样。

@DateTimeFormat(pattern = "hh:mm")
private Date hourOpen;

表单中的默认错误和消息:错误 spring 标记。

Failed to convert property value of type java.lang.String to required type java.util.Date for property hourOpen; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.lang.String to type @org.springframework.format.annotation.DateTimeFormat java.util.Date for value 11; nested exception is java.lang.IllegalArgumentException: Unable to parse 11

我想在 form:error spring 标签中显示“日期格式错误”消息。

提前谢谢你。

最佳答案

获取默认消息的关键是:{typeMismatch.yourResultObject.objectAttribute}。

关于hibernate - 在无效的 Hibernate 数据验证中格式化消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18272243/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com