标签:时间 mat 实体 led gis 表单提交 imp 日期 boot
@InitBinder public void initBinder(WebDataBinder binder) { DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); dateFormat.setLenient(true); binder.registerCustomEditor(Date.class, new CustomDateEditor(dateFormat, true)); }
这是springboot后台格式化日期字段的方法,直接放在控制层他就可以用了
标签:时间 mat 实体 led gis 表单提交 imp 日期 boot
原文地址:https://www.cnblogs.com/bbllw/p/10977650.html