摘要:@RequestMapping(value = "/save", produces = "application/json; charset=utf-8")
阅读全文
随笔分类 - springMVC
摘要:@RequestMapping(value = "/save", produces = "application/json; charset=utf-8")
阅读全文
摘要:@InitBinder public void initBinder(WebDataBinder binder) { binder.setAutoGrowCollectionLimit(Integer.MAX_VALUE); }
阅读全文
|