标签:图片 .com variable 技术 get 区别 分享图片 method value
1.属性配置
2.Controller使用
2.@PathVariable 与 @RequestParam 的区别
(1)@PathVariable
(2)@RequestParam
3.@GetMapping 和 @PostMapping 简写
@RequestMapping(value="/say", method=RequestMethod.GET) // 等同于 @GetMapping(value="/say")
标签:图片 .com variable 技术 get 区别 分享图片 method value
原文地址:https://www.cnblogs.com/crazycode2/p/10204780.html