@RestController 表示:@Controller+@ResponseBody
@GetMapping 表示:get方式请求,

@PostMapping 表示post方式请求,也可以写成@RequestMapping(method=RequestMethod.POST)


posted on 2017-11-06 22:18  我是坏男孩  阅读(1293)  评论(0编辑  收藏  举报