您的当前位置:首页正文

springBoot--组合注解

来源:华佗健康网

一、RestController

@RestController 是@Controller和@ResponseBody的缩写

二、@getMapping和PostMapping

@GetMapping是@RequestMapping(method = RequestMethod.GET)的缩写

@PostMapping是@RequestMapping(method = RequestMethod.POST)的缩写

待更。。。

转载于:https://www.cnblogs.com/tdyang/p/11079992.html

因篇幅问题不能全部显示,请点此查看更多更全内容