标签:date类 前台 create pre time format att require 类型
springmvc前台字符串,后台Date类型字段。时间强转失败
数值:18年12月31日 15:43:21
解决方法,给时间字段加注释
@DateTimeFormat(pattern = "yy年MM月dd日 HH:mm:ss") private Date f_createtime;
标签:date类 前台 create pre time format att require 类型
原文地址:https://www.cnblogs.com/passedbylove/p/10208108.html