JSON parameter in spring MVC controller

后端 未结 5 551
感动是毒
感动是毒 2020-11-27 04:51

I have

@RequestMapping(method = RequestMethod.GET)
@ResponseBody
SessionInfo register(UserProfile profileJson){
  ...
}

I pass profileJson

5条回答
提交回复
热议问题