我有控制器正在接受作為L(zhǎng)ocalDateTime查詢參數(shù)的請(qǐng)求@GetMapping("test")public void test(@RequestParam(value = "date", required = false, defaultValue = ?) LocalDateTime date) { System.out.println("The date is : "+date);}String我知道我們可以設(shè)置和Integer使用defaultValuein的默認(rèn)值@RequestParam,但是如何設(shè)置 的默認(rèn)值LocalDateTime?
如何在@RequestParam中將默認(rèn)值設(shè)置為L(zhǎng)ocalDateTime
明月笑刀無(wú)情
2023-12-10 15:02:33