您的位置:首页 > 移动开发

@RequestMapping 用法详解之地址映射

2016-12-04 12:29 369 查看
链接:http://www.cnblogs.com/qq78292959/p/3760560.html

链接:http://blog.csdn.net/blueheart20/article/details/45174399

consumes: 指定处理请求的提交内容类型(Content-Type),例如application/json, text/html;

produces:    指定返回的内容类型,仅当request请求头中的(Accept)类型中包含该指定类型才返回;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: