好的,我解决了。写给那些在一整天不间断的编码后可能会累并且错过这种愚蠢的事情的人。
@RequestMapping(value="/fetch" , method=RequestMethod.GET) public @ResponseBody String fetchResult(@RequestParam("from") @DateTimeFormat(pattern="yyyy-MM-dd") Date fromDate) { //Content goes here }
是的,很简单。只需添加DateTimeFormat批注。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)