@GetMapping和@PostMapping

这个东西看着就眼熟,在项目中也有用到:app @GetMapping("/msg")post public String msg() {this return "this is product's msg";get }map   @GetMapping是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。请求 @PostMapping是一个
相关文章
相关标签/搜索