摘要:
viewandmodel中的数据最终序列化后写入response; 没有的话则不做处理mv != null; @RequestMapping("/login") public void login(User user, HttpServletResponse response){ response. 阅读全文
posted @ 2019-12-30 19:23
zzfx
阅读(1325)
评论(0)
推荐(0)
摘要:
/** * Holder for both Model and View in the web MVC framework. * Note that these are entirely distinct. This class merely holds * both to make it poss 阅读全文
posted @ 2019-12-30 18:58
zzfx
阅读(158)
评论(0)
推荐(0)
摘要:
When RESTful Web Service is developed using Spring MVC, the application is configured as given below. Among these, implementation is necessary for the 阅读全文
posted @ 2019-12-30 16:42
zzfx
阅读(410)
评论(0)
推荐(0)