import org.springframework.format.annotation.DateTimeFormat;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date highSchoolDate;
之前一直用阿里的那个,今天不好使,是和springboot有关么,不晓得。
import org.springframework.format.annotation.DateTimeFormat;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date highSchoolDate;
之前一直用阿里的那个,今天不好使,是和springboot有关么,不晓得。