LocaDateTime,LocalDate,localTime作为Spring MVC的参数,在controller层初始化。
@InitBinder protected void initBinder(WebDataBinder binder) { binder.registerCustomEditor(LocalDate.class, new PropertyEditorSupport() { @Override public void setAsText(String text) throws IllegalArgumentException {...
原创
2021-03-09 15:13:28 ·
495 阅读 ·
0 评论