码迷,mamicode.com
首页 > 其他好文 > 详细

postman使用教程

时间:2017-11-03 15:27:41      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:red   sage   ima   require   mit   com   res   分享   oca   

st请求: 

@PostMapping(value="/user")

 

url:

localhost:8088/demo/user
首先设置Header:

技术分享

技术分享

 

 

1.2 post请求:

@RequestMapping(value="/user/{page}/{limit}",method={RequestMethod.GET,RequestMethod.POST})
public ResMessage queryPage(@RequestBody DTO dto,@PathVariable(required=true)int page,@PathVariable(required=true)int limit)

url:

http://localhost:8088/demo/user/2/3

 技术分享

技术分享

点击提交就可以了,

2.get请求

技术分享

4.put请求、Delete请求和post请求设置一下,这里不做赘述

 

注:Restful风格的请求,post(增)、删(delete)、改(put)、查(get)

postman使用教程

标签:red   sage   ima   require   mit   com   res   分享   oca   

原文地址:http://www.cnblogs.com/zhangshitong/p/7778059.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!