How to Handle Date Time values in Spring MVC
Convert String to Date Time from Request Query String, payload of x-www-urlencoded
or form-data
@GetMapping("testDateTime1") |
@RequestMapping("testDateTime2") |
Convert String to Date Time from Request payload of application/json
@PostMapping("testDateTime3") |