We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
example: @GetMapping public void DateFormateTest(@DateTimeFormat(pattern = "yyyyMMdd")Date date) { }
@GetMapping public void DateFormateTest(@DateTimeFormat(pattern = "yyyyMMdd")Date date) { }
In application.properties: spring.mvc.date-format=yyyyMMddHH
spring.mvc.date-format=yyyyMMddHH
I must set the parameter date fotmat is yyyyMMddHH.Is it reasonable?
date
yyyyMMddHH