如何在postman中检查api有requestbody注释

时间:2016-01-18 11:36:13

标签: api postman

@RequestMapping(value="/createuser", method=RequestMethod.POST,produces="application/json")
public @ResponseBody UserMessage createUser(@RequestBody User userObj,final HttpServletResponse response)

如何在邮递员中测试这个控制器/ api

为用户提供POJO

1 个答案:

答案 0 :(得分:0)

HTTP://// create_user

域名地址是您的应用运行的位置 APPLICATION_NAME =是应用程序基本名称

enter image description here