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?