springboot注解的用法

@RestController == @RequestBoddy+@Controller

 

@PathVariable  获取url中的数据

@RequestParam 获取请求参数的值

@GetMapping 组合注解

posted @ 2017-08-27 16:43  CherryKing  阅读(175)  评论(0)    收藏  举报