example: `@GetMapping public void DateFormateTest(@DateTimeFormat(pattern = "yyyyMMdd")Date date) { }` In application.properties: `spring.mvc.date-format=yyyyMMddHH` I must set the parameter `date` fotmat is `yyyyMMddHH`.Is it reasonable?
example:
@GetMapping public void DateFormateTest(@DateTimeFormat(pattern = "yyyyMMdd")Date date) { }In application.properties:
spring.mvc.date-format=yyyyMMddHHI must set the parameter
datefotmat isyyyyMMddHH.Is it reasonable?