@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date adjustDate;
foreground pass parameters: adjustDate=2019-02-02
but the actual date value is: 2019-02-02 08:00:00
all I want is a date. What should I do with it?
Update:
in fact, this phenomenon occurs only when the data of Post is received by object, but not when using Get request